EvoBSD/CONTRIBUTING.md

19 lines
627 B
Markdown
Raw Normal View History

# Contributing
Contributions are welcome, as long as they respect our current workflow:
1. The master branch is only for releases. Once properly tested,
2020-06-04 19:14:23 +02:00
the dev branch can be merged, the release tagged and a tar archive
created.
2. The dev branch should never be commited to directly, unless
2020-06-04 19:14:23 +02:00
you're updating the CHANGELOG file.
3. Use feature branches for anything else, once they've passed all
2020-06-04 19:14:23 +02:00
CI test, lints and have been reviewed by other contributors through a
pull request, they may be merged into the dev branch.
Open issues liberally, but please review closed and opened issues
2020-06-04 17:47:08 +02:00
for duplicates before hand.