Skip to content

Commit 9390da1

Browse files
committed
docs: use list for readability
1 parent 90659c8 commit 9390da1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/pull_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ working on your contribution.
200200

201201
### Branching
202202

203-
All bug fixes should be sent to the __"develop"__ branch, this is where the next
204-
bug fix version will be developed.
203+
- All bug fix PRs should be sent to the __"develop"__ branch, this is where the
204+
next bug fix version will be developed.
205+
- PRs with any enhancement should be sent to next minor version branch, e.g. __"4.6"__
205206

206-
PRs with any enhancement should be sent to next minor version branch, e.g. __"4.6"__
207207

208208
The __"master"__ branch will always contain the latest stable version and is kept
209209
clean so a "hotfix" (e.g. an emergency security patch) can be applied to the

0 commit comments

Comments
 (0)