Skip to content

Commit

Permalink
added backport and cherry-pick labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ShohamBit committed Jan 8, 2025
1 parent 1ea57fb commit 0a6f8cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/contributing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ If you have a suggestion, question, or a general comment - please use Discussion
- `milestone/...`: Specifies the target release for the issue.
- `priority/...`: Indicates the urgency of the issue.
- `good-first-issue`: Marks issues suitable for first-time contributors.
- `backport`: Applies to PRs targeting release branches for integrating changes from `main`. The original `main` PR gets labeled `backported/vX.X.X` after merge.
- `cherry-pick`: Similar to `backport`, but for specific commits. The original `main` PR gets labeled `cherry-picked/vX.X.X` after merge.
- `candidate/...`: (e.g., `candidate/v0.1.2`) Identifies PRs in the `main` branch as candidates for backporting or cherry-picking to a release branch (e.g., `v0.1.2`). The specific method will be determined during the porting process.
- `backported/...` (e.g., `backported/v0.1.2`): Marks PRs in the `main` branch as the basis for backporting changes to a release branch (e.g., `v0.1.2`) after the porting process.
- `cherry-picked/...` (e.g., `cherry-picked/v0.1.2`): Marks PRs in the `main` branch as the basis for cherry-picking commits to a release branch (e.g., `v0.1.2`) after the porting process.
Expand Down

0 comments on commit 0a6f8cc

Please sign in to comment.