diff --git a/.github/ISSUE_TEMPLATE/cherry-pick.md b/.github/ISSUE_TEMPLATE/cherry-pick.md new file mode 100644 index 000000000..23e49f13d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cherry-pick.md @@ -0,0 +1,42 @@ +--- +name: CherryPick Track +about: Track tasks when release branches need cherry-pick. +labels: help wanted +--- + +**Which PR needs cherry-picks:** + +PR # + +**Which release branches need this patch:** + +- [ ] release-1.x +- [ ] release-1.y +- [ ] release-1.z + +**How to cherry-pick PRs:** + +The `hack/cherry_pick_pull.sh` script can help you initiate a cherry-pick +automatically, please follow the instructions at [this guideline](https://karmada.io/docs/contributor/cherry-picks). + +The script will send the PR for you, please remember `copy the release notes` from +the original PR by to the new PR description part. + +**How to join or take the task**: + +Just reply on the issue with the message `/assign` in a **separate line**. + +Then, the issue will be assigned to you. + +**Useful References:** + +- Release timeline: https://karmada.io/docs/releases +- How to cherry-pick PRs: https://karmada.io/docs/contributor/cherry-picks + +**Anything else we need to know:** +