Contributing to the Docs
Contributions to this documentation are always appreciated!
Last updated
Was this helpful?
Contributions to this documentation are always appreciated!
Last updated
Was this helpful?
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
for your branch.