Contributing

First off, thank you! Contributions are always welcome. Our project is mirrored in two locations for our various devs:

Feel free to clone it. Setup and contribution instructions are in the README.md at the root of the repo.

Some hints to get you started:

  • make test will run the unit test suite

  • make lint will ensure your contributions conform to our code style guide

  • make run_server will boot up a default test server on port 1980

  • make serve_docs will build these documentation pages and serve them on localhost:8001

Even this documentation page is part of the repo, so if something is unclear, fix it and that counts as a contribution, too!

We look forward to your contribution and seeing your name on the Authors page.