Skip to content

Commit 031ef3a

Browse files
mydeaLms24
andauthored
docs: Add docs about backported commit guidelines (#14750)
Just making this explicit, for the future. --------- Co-authored-by: Lukas Stracke <[email protected]>
1 parent c1d374d commit 031ef3a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: docs/commit-issue-pr-guidelines.md

+9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ and committed as such onto `develop`.
3434
Please note that we cannot _enforce_ Squash Merge due to the usage of Gitflow (see below). Github remembers the last
3535
used 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 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+
3746
## Gitflow
3847

3948
We use [Gitflow](https://docs.github.com/en/get-started/quickstart/github-flow) as a branching model.

0 commit comments

Comments
 (0)