Contributing to the Docs
Contributions to this documentation are always appreciated!
How to contribute
Fork the project and clone it to your local machine.
Create a branch with your GitHub username, for example:
git checkout -b USERNAME/some-new-feature
Code and commit your changes. Bonus points if you write a good commit message:
git commit -m 'Add some feature'
Push to the branch:
git push -u origin USERNAME/some-new-feature
Create a pull request for your branch.
Last updated