Contributions are welcome!
We accept contributions via Pull Requests on Github. We also recommend reading How to write the perfect Pull Request which has some great tips and advice.
Please report issues via the issue tracker on GitHub. For security-related issues, please email the maintainer directly.
Contributions are accepted via Pull Requests. In order for your Pull Request to be merged, please ensure it meets the following criteria:
- PEP-8 Coding Standards.
- Tests - your contribution will not be merged unless it has tests covering the changes.
- Documentation - please ensure that README.md and any other documentation relevant to your change is up-to-date.
- Description - please provide a description of your pull request that details the changes you've made, why you've made them including any relevant information or justifications that will aid the person reviewing you changes.
A Dockerfile is included in this repository for development. All make commands use the docker container to run the code. An initial step will need to be run to set up the environment:
$ make setup
A complete list of commands can be found by running: $ make help
You can run all of the test suites in the project using:
$ make test