We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
Pull requests are the best way to propose:
- Fork the repo and create your branch from
main
. - Follow Installation instructions in the README
- If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Issue the pull request
- a good title and a summary describing the changes you made with your set of edits
- the pull request should do only one thing - single objective for a single PR.