Skip to content

Commit 88c5246

Browse files
GODRIVER-3550 Note that we typically merge into current release
1 parent 5bb0e26 commit 88c5246

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PR [#1962](https://github.com/mongodb/mongo-go-driver/pull/1962) added the "Merg
5353

5454
#### Regression
5555

56-
If a regression is identified in the release/2.x branch, a fix should be submitted as a pull request targeting
56+
If a regression is identified in the release/2.x branch, a fix can be submitted as a pull request targeting
5757
release/2.x. Once this PR is merged, the "Merge up" GitHub Action will automatically create a pull request to merge
5858
release/2.x into release/2.x+1. This process is repeated until changes are merged all the way up to release/2.latest,
5959
which is then merged into the master branch.
@@ -105,6 +105,8 @@ gitGraph
105105
commit
106106
```
107107

108+
**Note**: In general, bug fixes should only target the latest release branch, since we only support patching the latest version. However, this is just a rule of thumb—exceptions can be made when necessary.
109+
108110
#### Pull Request Management
109111

110112
When the "Merge up" GitHub Action is enabled, multiple merge-up pull requests (such as PR1, PR2, and PR3) can be

0 commit comments

Comments
 (0)