Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 791 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 791 Bytes

Contributing

Thank you for considering contributing to this project!

Contribution steps

  1. If you need to push a trivial change, go ahead, and create a PR.
  2. For bigger changes, it's generally best to open an issue describing the bug or feature request you are intending to solve.
  3. To avoid any duplicated work, claim any open issue by putting your name in the body of the issue and mention that you want to take this up; in case there is no open issue yet, open one and claim it (or not).

Pull Request Checklist

  1. Fork this repository, create a feature branch, and when you are done subsequently create an upstream PR.
  2. Make sure you leave an good explaintatory description so people understand the what/why, and how
  3. Make sure your PR passes all the tests