Skip to content

Commit 49cd87a

Browse files
committed
Update contributing doc
Want to reflect an emphasis on using the `master` branch for 3.0.
1 parent 26b8728 commit 49cd87a

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,18 @@
22

33
Thank you for your interest in contributing to Doctrine Extensions!
44

5-
## Release Cycle
5+
## Which Branch Should I Contribute To?
66

7-
Because Doctrine Extensions is maintained as a single repository, we do not
8-
want to push major and minor releases when only one or two extensions have
9-
been updated. As such, major and minor releases may happen less frequently,
10-
in order to allow all extensions the opportunity to be included in a release.
7+
All pull requests should target the `master` branch, with a planned 3.0 major release.
118

12-
The Doctrine Extensions team is currently working to determine
13-
a well-defined release cycle for the future. Stay tuned!
9+
:warning: The `v.2.4.x` branch has been marked as legacy/deprecated.
1410

1511
## Pull Request Titles
1612

1713
Please include the name(s) of the related extensions as a "tag" in the
1814
pull request title.
1915

2016
> [Tree] Add a new Oak Tree branching style
21-
22-
## Branching
23-
24-
Pull requests should be made to one of the following branches, depending on
25-
the nature of your change(s):
26-
27-
* `2.4.x` - The current stable version branch
28-
PRs accepted: bug fixes and patches
29-
* `2.5` - The next minor release
30-
PRs accepted: new features and other non-breaking changes
31-
* `master` - The next major release
32-
PRs accepted: major new features and breaking changes
3317
3418
## Changelog
3519

0 commit comments

Comments
 (0)