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`.
34
34
Please note that we cannot _ enforce_ Squash Merge due to the usage of Gitflow (see below). Github remembers the last
35
35
used merge method, so you'll need to make sure to double check that you are using "Squash and Merge" correctly.
36
36
37
+ ## Backporting PRs/Commits
38
+
39
+ If you want to backport a commit 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
+
37
46
## Gitflow
38
47
39
48
We 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