File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
160161The __ "master"__ branch will always contain the latest stable version and is kept clean so a "hotfix" (e.g. an
161162emergency security patch) can be applied to the "master" branch to create a new version, without worrying
You can’t perform that action at this time.
0 commit comments