Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Informal discussion regarding bugs, new features, and implementation of existing
<a name="which-branch"></a>
## Which Branch?

**All** bug fixes should be sent to the latest version that supports bug fixes (currently `12.x`). Bug fixes should **never** be sent to the `master` branch unless they fix features that exist only in the upcoming release.
**All** bug fixes should be sent to the latest version that supports bug fixes (currently `13.x`). Bug fixes should **never** be sent to the `master` branch unless they fix features that exist only in the upcoming release.

**Minor** features that are **fully backward compatible** with the current release may be sent to the latest stable branch (currently `12.x`).
**Minor** features that are **fully backward compatible** with the current release may be sent to the latest stable branch (currently `13.x`).

**Major** new features or features with breaking changes should always be sent to the `master` branch, which contains the upcoming release.

Expand Down