Try to fix markdown indentation
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Patrick Marchand 2020-06-04 13:12:38 -04:00
parent db488ba8ef
commit aaf22d450e
1 changed files with 5 additions and 5 deletions

View File

@ -3,15 +3,15 @@
Contributions are welcome, as long as they respect our current workflow:
1. 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 can be merged, the release tagged and a tar archive
created.
2. The dev branch should never be commited to directly, unless
you're updating the CHANGELOG file.
you're updating the CHANGELOG file.
3. 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.
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