General guidelines when contributing.
Thanks for considering helping out with the project. Any contribution of any size is masively appreciated!
When bumping the version number, please use SemVer-style versioning (Major, Minor, Patch).
See https://semver.org for more details.
We use gitflow-style branches. What this means is that all changes should eventually end up on develop/
and master should be reserved as a stable branch.
When making larger features, ideally, you should branch from develop/
onto feature/cool-new-feature
.
To make your life easier, installing gitflow-avh would probably make the most sense. However, it is not necessary.