Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 723 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 723 Bytes

Contributing to Orneholm repos

I'm open to community contributions to Orneholm repos. You'll need a basic understanding of Git and GitHub to get started.

Ways to contribute

You can contribute in many different ways, for example:

  • Find bugs and file issues
  • Write documentation
  • Add features
  • Write tests
  • Join in on discussions

Contributing code

Remember, if you contribute to code, always follow this:

  1. File an issue according to our templates. Describe what you want to do and get our feedback before starting to code.
  2. Write relevant tests for your code.
  3. Update documentation when relevant.
  4. Make a PR.

We might (and probably will) reject PR:s that does not follow the requirements above.