Thank you for taking your time to contribute!
You can contribute in more ways than just code.
Reporting bugs and other kind of feedback helps me improve the project already.
All changes must be made in a branch and submitted as a Pull Request.
Your branch should:
- be prefixed with either
featureorbugfixdepending on the type of change - only add/fix one feature/bug at a time
- contain multiple commits, instead of one big commit, if possible
Your commit should:
- be signed
- be written in present tense
- be capitalized
- not finish by a dot or any other punctuation character (!, ?)
- start with a verb (e.g.
Add,Fix,Update)