Skip to content

Commit

Permalink
Merge pull request #1230 from RainbowMango/pr_orgnize_docs
Browse files Browse the repository at this point in the history
Orgnize documents about cherry-picks
  • Loading branch information
karmada-bot authored Jan 10, 2022
2 parents 6cb3e99 + 8c564f7 commit 27f5bc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Refer to [Installing Karmada](./installation/installation.md).

## Developer Guide

## Contribute
## Contributors

- [Cherry Pick Overview](./contributors/devel/cherry-picks.md)

## Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions hack/cherry_pick_pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -146,7 +146,7 @@ function make-a-pr() {
cat <<EOF
Cherry pick of ${PULLSUBJ} on ${rel}.
${numandtitle}
For details on the cherry pick process, see the [cherry pick requests](https://github.com/karmada-io/karmada/blob/master/docs/userguide/cherry-picks.md) page.
For details on the cherry pick process, see the [cherry pick requests](https://github.com/karmada-io/karmada/blob/master/docs/contributors/devel/cherry-picks.md) page.
\`\`\`release-note
\`\`\`
EOF
Expand Down

0 comments on commit 27f5bc5

Please sign in to comment.