Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.58 KB

contributing.md

File metadata and controls

26 lines (18 loc) · 1.58 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. Please read our guide to submitting pull requests to see what we expect in a good pull request message.
  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: [email protected].

Standards

  • Use markdown syntax for all documents
  • Follow all INN documentation standards
  • If your pull request changes a file's name or the location of a file within the repository, please check all other files in the repository for links to the former filename. (git grep "old-filename-here.md")