aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-03 19:55:28 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-03 19:55:28 +0800
commit0495174937fb5f5da2b36bbc521882d5a838659f (patch)
treeeb0c8bfb41fb2fa8456d584de1f828801df53cd6
parentHTML: Repo patch mailing list should not include final slash (diff)
downloadforge-0495174937fb5f5da2b36bbc521882d5a838659f.tar.gz
forge-0495174937fb5f5da2b36bbc521882d5a838659f.tar.zst
forge-0495174937fb5f5da2b36bbc521882d5a838659f.zip
HTML: cd {{ .repo_name }} instead of hardcoding powxy...
-rw-r--r--templates/repo_contrib_index.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_contrib_index.tmpl b/templates/repo_contrib_index.tmpl
index c7ae45c..172a079 100644
--- a/templates/repo_contrib_index.tmpl
+++ b/templates/repo_contrib_index.tmpl
@@ -46,7 +46,7 @@
<div class="padding-wrapper">
<h2>How to submit a merge request</h2>
<pre>git clone {{ .ssh_clone_url }}
-cd powxy
+cd {{ .repo_name }}
git checkout -b contrib/name_of_your_contribution
# edit and commit stuff
git push -u origin HEAD</pre>