Skip to content

Commit

Permalink
Use correct target branch info in PR templates (#8171)
Browse files Browse the repository at this point in the history
The current branch for bugfixes is 2.7, and new features should go on
2.8.x, not master.
  • Loading branch information
greg0ire authored Jun 4, 2020
1 parent dddd899 commit 01de90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/New_Feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ about: You have implemented some neat idea that you want to make part of Doctrin
<!--
Thank you for submitting new feature!
Pick the target branch based according to these criteria:
* submitting a bugfix: target the lowest active stable branch: 2.6
* submitting a new feature: target the master branch.
* submitting a bugfix: target the lowest active stable branch: 2.7
* submitting a new feature: target the next minor branch: 2.8.x
* submitting a BC-breaking change: target the master branch
-->

Expand Down

0 comments on commit 01de90c

Please sign in to comment.