Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.22 KB

File metadata and controls

27 lines (15 loc) · 1.22 KB

How to contribute

If you have a bug report, feature request or any other questions please raise an issue.

Testing

Please refer to README.md for information about automated testing and linting.

Submitting changes

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."

Did you fix whitespace, format code, or make a purely cosmetic patch?

Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability will generally not be accepted.

Do you want to contribute to the documentation?

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.