ContributingΒΆ
We welcome contributions via [GitHub](https://github.com/CenterForOpenScience/jamdb).
Before submitting your pull request, please make sure that all unit tests are passing, by running the command below:
behave
To preview changes to the documentation, install the requirements in dev-requirements.txt, then run the following:
cd docs
make html