Skip to content

Commit 8aa14d7

Browse files
committed
docs: update branch model
1 parent 5d79a98 commit 8aa14d7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

contributing/pull_request.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ working on your contribution.
154154

155155
### Branching
156156

157-
CodeIgniter4 uses the [Git-Flow](http://nvie.com/posts/a-successful-git-branching-model/) branching model
158-
which requires all Pull Requests to be sent to the __"develop"__ branch; this is where the next planned version will be developed.
157+
All bug fixes should be sent to the __"develop"__ branch, this is where the next bug fix version will be developed.
158+
159+
PRs with any enhancement should be sent to __"4.3"__ branch, this is where the next minor upgrade version will be developed.
159160

160161
The __"master"__ branch will always contain the latest stable version and is kept clean so a "hotfix" (e.g. an
161162
emergency security patch) can be applied to the "master" branch to create a new version, without worrying

0 commit comments

Comments
 (0)