Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 430 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (16 loc) · 430 Bytes

Contributing

This project is using Gitflow as the Git branching model. Following configuration applies:

[gitflow "branch"]
        develop = develop
        master = main
[gitflow "prefix"]
        feature = feature/
        release = release/
        hotfix = hotfix/
        versiontag = v
        bugfix = bugfix/
        support = support/

Please be sure to base your pull requests onto the develop branch.