We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d374d commit 031ef3aCopy full SHA for 031ef3a
docs/commit-issue-pr-guidelines.md
@@ -34,6 +34,15 @@ and committed as such onto `develop`.
34
Please note that we cannot _enforce_ Squash Merge due to the usage of Gitflow (see below). Github remembers the last
35
used merge method, so you'll need to make sure to double check that you are using "Squash and Merge" correctly.
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
46
## Gitflow
47
48
We use [Gitflow](https://docs.github.com/en/get-started/quickstart/github-flow) as a branching model.
0 commit comments