Skip to content

Commit 3da5beb

Browse files
committed
docs: update sample branch name to 4.6
1 parent b1a42f4 commit 3da5beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/pull_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ working on your contribution.
203203
All bug fixes should be sent to the __"develop"__ branch, this is where the next
204204
bug 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

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
@@ -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>`
310310
7. Fix existing bugs on the [Issue tracker](https://github.com/codeigniter4/CodeIgniter4/issues) after confirming that no one

0 commit comments

Comments
 (0)