Newer
Older
# Contributing Guide
## Issue contributions
For either questions or bugs, submit a ticket for your issue, assuming one does
not already exist. Try to:
* Describe the issue including steps to reproduce when it is a bug.
* Make sure you fill in the version that you are using.
## Code contributions
If you want to contribute, fork this project and make a pull request. Try to:
* Write tests.
* Follow our [coding guidelines][coding].
* Write a [good commit message][commit].
[coding]: doc/guides/coding-guidelines.md
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html