File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,15 @@ and committed as such onto `develop`.
3434Please note that we cannot _ enforce_ Squash Merge due to the usage of Gitflow (see below). Github remembers the last
3535used merge method, so you'll need to make sure to double check that you are using "Squash and Merge" correctly.
3636
37+ ## Backporting PRs/Commits
38+
39+ If you want to backport a release to a previous major version, make sure to reflect this in the PR/commit title.
40+ The name should have the backported major as a scope prefix. For example:
41+
42+ ```
43+ feat(v8/core): Set custom transaction source for event processors (#5722)
44+ ```
45+
3746## Gitflow
3847
3948We use [ Gitflow] ( https://docs.github.com/en/get-started/quickstart/github-flow ) as a branching model.
You can’t perform that action at this time.
0 commit comments