From 91e4ff6594fe339599ccd45bf9d2f22a3591e0cf Mon Sep 17 00:00:00 2001 From: RainbowMango Date: Tue, 27 Jun 2023 19:13:01 +0800 Subject: [PATCH] Add cherry-pick issue template Signed-off-by: RainbowMango --- .github/ISSUE_TEMPLATE/cherry-pick.md | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/cherry-pick.md 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:** +