Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.23 KB

contributing.md

File metadata and controls

25 lines (17 loc) · 1.23 KB

Contributing

We welcome contributions and suggestions to help us improve any of these documents. Please start by reading our contribution guidelines.

Workflow:

  1. Fork this repo
  2. Create a branch (git checkout -b my-branch)
  3. Stage and commit your changes (git commit -am 'description of my changes')
  4. Push the changes to your fork (git push origin my-branch)
  5. Submit a pull request to the parent repo
  6. Pull request should be assigned to:

We have a helpful how-to that walks through this process in more detail if you're new to using Git.

Additionally, you can create issues on this repo to suggest changes or improvements.

And of course you can always email us: nerds@inn.org.

Standards

  • Use markdown syntax for all documents
  • Follow all INN documentation standards