If you have a question, or have a problem using it, please read the README before filing an issue. Also check with the current issues on our Issues Tracker.
- Submit a comment to the relevant issue or create a new issue describing your proposed change.
- Do a fork, develop and test your code changes.
- Make commits of logical units with good commit message
- Submit a pull request.
You'll get feedback about your pull request as soon as possible.
Your commit messages ideally can answer two questions: what changed and why. The subject line should feature the “what” and the body of the commit should describe the “why”.
As a good practice, when creating a pull request, its comment should reference the corresponding issue id.
Happy hacking ;)