Comment on page
Contributing to the Docs
Contributions to this documentation are always appreciated!
- 1.
- 2.Create a branch with your GitHub username, for example:
git checkout -b USERNAME/some-new-feature
- 3.Code and commit your changes. Bonus points if you write a good commit message:
git commit -m 'Add some feature'
- 4.Push to the branch:
git push -u origin USERNAME/some-new-feature
- 5.
Last modified 3yr ago