Skip to content

Commit 0613236

Browse files
committed
[DOC release] document rare past release bugfixes
Indicate that almost all `BUGFIX`es should be against `master` with `beta` tag.
1 parent 340421c commit 0613236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ In general bug fixes are pulled into the beta branch. As such, the prefix is: `[
221221

222222
For bugs related to canary features, follow the prefixing rules for features.
223223

224-
For bugs specifically for past releases, tag for that release `[BUGFIX release-1-13]` and submit the PR against the stable branch for that release: `emberjs:stable-1-13`
224+
The vast majority of bug fixes apply to the current stable or beta releases, so submit your PR against `emberjs:master` with one of the above mentioned BUGFIX tags. (In the unusual case of a bug fix specifically for a past release, tag for that release `[BUGFIX release-1-13]` and submit the PR against the stable branch for that release: `emberjs:stable-1-13`.)
225225

226226
### Cleanup
227227

0 commit comments

Comments
 (0)