Patrick Marchand
b711154722
So a markdown list should be no indentation followed by two spaces. ' ' * one * two
627 B
627 B
Contributing
Contributions are welcome, as long as they respect our current workflow:
-
The master branch is only for releases. Once properly tested, the dev branch can be merged, the release tagged and a tar archive created.
-
The dev branch should never be commited to directly, unless you're updating the CHANGELOG file.
-
Use feature branches for anything else, once they've passed all 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 for duplicates before hand.