Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 578 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 578 Bytes

About contributing

There are multiple ways you can contribute to this project.

The easiest way to contribute is to report possible bugs, request features, etc.

You can also make pull requests.

PR process

  • Fork the repository on GitHub
  • Check out new branch (e.g. feature/xxxx or bugfix/xxx, better than patch-xxx, xxx)
  • Please target your PR to develop branch
  • Pull upstream/develop before submitting PR.
  • If you want to make a bigger contribution to the project, please open an issue first.