Skip to content

Commit

Permalink
Merge pull request #3722 from RainbowMango/pr_add_cherrypick_template
Browse files Browse the repository at this point in the history
Add cherry-pick issue template
  • Loading branch information
karmada-bot committed Jun 28, 2023
2 parents 912ba8e + 91e4ff6 commit 027dbf2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/cherry-pick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: CherryPick Track
about: Track tasks when release branches need cherry-pick.
labels: help wanted
---

**Which PR needs cherry-picks:**
<!--
For example: "PR #1234"
-->
PR #

**Which release branches need this patch:**
<!--
Karmada now maintains 3 latest releases.
If a branch doesn't need this cherry-pick, please explain the reason.
-->
- [ ] 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:**

0 comments on commit 027dbf2

Please sign in to comment.