Contributing
Last updated
Last updated
Contributions are welcome and will be fully credited.
We accept contributions via Pull Requests on .
- The easiest way to apply the conventions is to install .
Add tests - Your patch likely will not be accepted if it doesn't have tests.
Create feature branches - Don't ask us to pull from your master branch.
One pull request per feature or fix - If you want to do more than one thing, send multiple pull requests.
Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please before submitting. We follow the advice of Chris Beams on .