Contributing
This is Open Source software, so given enough eyeballs, all bugs are shallow. Your contributions are more than welcome.
This project is hosted on GitHub and these (common) rules apply:
Do use the issues tracker.
Let’s discuss any proposed change or fix in an issue, so your work is not done in vain - I hate to reject pull requests…
Create pull requests against
nextbranch.Try to keep pull requests “atomic”, and if possible related to an issue.
Check code quality by running
make lintandmake testbefore submitting a pull request.If you add a new feature, please add tests for it.
If you fix a bug, please add a test that would have failed before your fix.