From 245c80d73fad06be69fee22f963735486aa3b307 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Thu, 4 Jun 2020 13:14:23 -0400 Subject: [PATCH] Try to fix markdown indentation, again --- CONTRIBUTING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19602d7..855cc70 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,16 +2,16 @@ 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. +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. - 2. The dev branch should never be commited to directly, unless - you're updating the CHANGELOG file. +2. The dev branch should never be commited to directly, unless + 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. +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. Open issues liberally, but please review closed and opened issues