diff --git a/docs/README.md b/docs/README.md index f5ee0953620b..fce40012934b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,9 @@ Refer to [Installing Karmada](./installation/installation.md). ## Developer Guide -## Contribute +## Contributors + +- [Cherry Pick Overview](./contributors/devel/cherry-picks.md) ## Reference diff --git a/docs/userguide/cherry-picks.md b/docs/contributors/devel/cherry-picks.md similarity index 98% rename from docs/userguide/cherry-picks.md rename to docs/contributors/devel/cherry-picks.md index 1d2e6ee4c1a1..7c6c1c527908 100644 --- a/docs/userguide/cherry-picks.md +++ b/docs/contributors/devel/cherry-picks.md @@ -115,3 +115,5 @@ cherry pick. ## Cherry Picks for Unsupported Releases The community supports & patches releases need to be discussed. + +[cherry-pick-script]: https://github.com/karmada-io/karmada/blob/master/hack/cherry_pick_pull.sh diff --git a/hack/cherry_pick_pull.sh b/hack/cherry_pick_pull.sh index e9c8a2c64842..924acdac638f 100755 --- a/hack/cherry_pick_pull.sh +++ b/hack/cherry_pick_pull.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Usage Instructions: https://github.com/karmada-io/karmada/blob/master/docs/userguide/cherry-picks.md +# Usage Instructions: https://github.com/karmada-io/karmada/blob/master/docs/contributors/devel/cherry-picks.md # Checkout a PR from GitHub. (Yes, this is sitting in a Git tree. How # meta.) Assumes you care about pulls from remote "upstream" and @@ -64,7 +64,7 @@ if [[ "$#" -lt 2 ]]; then echo " Set UPSTREAM_REMOTE (default: upstream) and FORK_REMOTE (default: origin)" echo " to override the default remote names to what you have locally." echo - echo " For merge process info, see https://github.com/karmada-io/karmada/blob/master/docs/userguide/cherry-picks.md" + echo " For merge process info, see https://github.com/karmada-io/karmada/blob/master/docs/contributors/devel/cherry-picks.md" exit 2 fi @@ -146,7 +146,7 @@ function make-a-pr() { cat <