Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 540 Bytes

File metadata and controls

10 lines (9 loc) · 540 Bytes

Contributors Guide

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 master branch.