Links
Comment on page

Contributing to the Docs

Contributions to this documentation are always appreciated!

How to contribute

  1. 1.
    Fork the project and clone it to your local machine.
  2. 2.
    Create a branch with your GitHub username, for example: git checkout -b USERNAME/some-new-feature
  3. 3.
    Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature'
  4. 4.
    Push to the branch: git push -u origin USERNAME/some-new-feature
  5. 5.
    Create a pull request for your branch.