Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.3 KB

contributing.md

File metadata and controls

22 lines (17 loc) · 1.3 KB

How to Contribute to MORI

We welcome contributions and suggestions to help us improve this project.

Contribute to open issues

We're looking for developers to help maintain and extend MORI. See something you think we should address? Open an issue.

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 the INN guide to submitting pull requests for some ideas about what makes a good pull request message.
  6. Where appropriate, please make sure pull requests are connected to an issue.
  7. Pull request should be assigned to:

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

More questions about how to contribute? Send an email to [email protected].