If you have a bug report, feature request or any other questions please raise an issue.
Please refer to README.md for information about automated testing and linting.
Please send a pull request with a clear list of what you've done. Please make sure all of your commits are atomic (one feature per commit).
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability will generally not be accepted.
You can help improve the guides by making them more coherent, consistent, or readable, adding missing information, correcting factual errors, fixing typos, or bringing them up to date.
To do so, make changes then open a pull request to apply your changes to the master branch.