File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ working on your contribution.
203203All bug fixes should be sent to the __ "develop"__ branch, this is where the next
204204bug fix version will be developed.
205205
206- PRs with any enhancement should be sent to next minor version branch, e.g. __ "4.5 "__
206+ PRs with any enhancement should be sent to next minor version branch, e.g. __ "4.6 "__
207207
208208The __ "master"__ branch will always contain the latest stable version and is kept
209209clean so a "hotfix" (e.g. an emergency security patch) can be applied to the
@@ -304,7 +304,7 @@ GitHub means "making a copy of that repo to your account" and "cloning" means
304304 - If your PR is for bug fixes:
305305 - ` > git switch develop `
306306 - ` > git switch -c <new-branch-name> `
307- - If your PR has any enhancement, create new branch from next minor version branch, e.g. __ "4.5 "__ :
307+ - If your PR has any enhancement, create new branch from next minor version branch, e.g. __ "4.6 "__ :
308308 - ` > git switch <next-minor-version-branch> `
309309 - ` > git switch -c <new-branch-name> `
3103107 . Fix existing bugs on the [ Issue tracker] ( https://github.com/codeigniter4/CodeIgniter4/issues ) after confirming that no one
You can’t perform that action at this time.
0 commit comments