nattrmon-docs welcomes your contribution. Below steps can be followed to create a pull request.
- Fork this nattrmon-docs repository into your account.
- Create a documentation branch in your fork (
$ git checkout -b my-new-documentation). - Write, write, write...
- Use tools to syntax and grammar check.
- Commit your changes (
$ git commit -am 'Add some documentation'). - Push the documentation branch into your fork (
$ git push origin -u my-new-documentation). - Create new pull request to
masterbranch.