DocBox
  • Introduction
    • Release History
      • What's New With 4.1.0
      • What's New With 4.0.0
    • Contributing
  • Getting Started
    • Installation
    • Configuration
    • Annotating Your Code
  • Output Formats
    • HTML Output
    • JSON Output
      • JSON Schema
    • UML Output
    • Custom Output
Powered by GitBook
On this page
  • Send a Pull Request
  • Testing DocBox

Was this helpful?

Edit on GitHub
Export as PDF
  1. Introduction

Contributing

PreviousWhat's New With 4.0.0NextInstallation

Last updated 1 year ago

Was this helpful?

There are several ways you can help in the development of DocBox!

  • Submit a bug or feature request to our

Send a Pull Request

  • Fork or the

  • Clone the repository fork to your machine - git clone git@github.com:ME/DocBox.git

  • Create a feature/ or patch/ branch: git checkout -b patch/syntax-error-in-html-output

  • Make your changes, commit as normal, and use git push to sync your commits to Github.

  • Please target all PRs at the development branch.

Testing DocBox

DocBox has a suite of Testbox specs validating that it works as expected. New features and bug fix PRs should (ideally) contain accompanying tests. Here's how to do that via CommandBox:

  1. After cloning the repo, run box install to install development dependencies

  2. Run box start to boot a test server

  3. Run box testbox run to run the suite of DocBox tests.

  4. Edit test specs in tests/specs as necessary, and run box testbox run again to validate tests pass.

Jira issue tracker
DocBox
DocBox documentation repo
Send a pull request
Write a test