We welcome contributions a lot! You can contribute by telling us what you think will be of benefit for the project. Tell us your ideas! In addition, we welcome PRs and are happy improve this project further and further.
By ourselves, we don't have all the time required to make this project shiny; but we are willing to contribute as much as we can. Therefor it helps us, if you read this, hopfully short, overview how contribution to this project normaly work.
- we are using bump2version to manage version bumping
If you created a PR, please be patient with us. We will come for a review ASAP!
This is how it normally goes:
- fork this project
- please make sure indentation matches the style used in the corresponding file
- please track you changes in the
CHANGELOG.md
- you are allowed to do many unfance commits until this PR is in its final state
- you create a PR
- someone from the maintainers will review the PR
- if there are any things to discuss about, those things need to be sorted out
- we check if squashing / rebasing is required to clean up history and enable a fast-forward merge with master
- we will ask to fill the if missing CHANGELOG and after that to bump the version via bump2version
- PR gets merged
- we will tag a new release following semver