You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ If it is a PR, include what the issue is, what the PR is addressing, testing ins
14
14
Please be patient as not all items will be tested immediately (remember, all bug testing for the Joomla! CMS is done by volunteers) and be receptive to feedback about your code.
15
15
16
16
#### Branches
17
-
PRs should usually be made to the `4.2-dev` branch as this contains the most recent version of the code.
17
+
PRs should usually be made to the `4.3-dev` branch as this contains the most recent version of the code.
18
18
There are other branches available which serve specific purposes.
19
19
20
20
| Branch | Purpose |
21
21
| ------ | ------- |
22
22
| 3.10-dev | Branch for the Joomla 3.x series. The 3.10 series release will now only include security patches. |
23
-
| 4.2-dev | Branch for the current minor Joomla version.|
24
-
| 4.3-dev | Branch for the next minor Joomla version. New features go into this branch. Commits to 4.2-dev will be applied to this branch as well. |
25
-
| 5.0-dev | Branch for the next major Joomla version. |
23
+
| 4.3-dev | Branch for the current minor Joomla version.|
24
+
| 4.4-dev | Branch for the next minor Joomla version. Commits to 4.3-dev will be applied to this branch as well. |
25
+
| 5.0-dev | Branch for the next major Joomla version. New features go into this branch. |
0 commit comments