This is an automated email from the ASF dual-hosted git repository.
payang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 268f927f0d [YUNIKORN-1958] Fix link to merge script (#328)
268f927f0d is described below
commit 268f927f0de053fd9a7acf1206ac074f4785ae6e
Author: brandboat <[email protected]>
AuthorDate: Fri Sep 8 23:15:47 2023 +0800
[YUNIKORN-1958] Fix link to merge script (#328)
Closes: #328
Signed-off-by: PoAn Yang <[email protected]>
---
src/pages/community/how_to_contribute.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/community/how_to_contribute.md
b/src/pages/community/how_to_contribute.md
index fe1b5a97e2..aafa69dc33 100644
--- a/src/pages/community/how_to_contribute.md
+++ b/src/pages/community/how_to_contribute.md
@@ -194,7 +194,7 @@ There are three options for committing a change:
* manually using the git command line
* use the GitHub web UI "squash and merge" button
-A [simple shell
script](https://github.com/apache/yunikorn-release/tree/master/tools/merge-pr.sh)
to help with a squash and merge is part of the release repository.
+A [simple shell
script](https://github.com/apache/yunikorn-release/tree/master/tools/merge_pr.sh)
to help with a squash and merge is part of the release repository.
The script handles the checkout, merge and commit message preparation.
As part of the merge process conflicts can be resolved by the committer and
added to the commit.
The commit message is prepared but not finalised. The committer can edit, and
cleanup, the message before the commit is made.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]