aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-11-11 13:38:55 +0800
committerRunxi Yu <me@runxiyu.org>2025-11-11 13:38:55 +0800
commitc903a84c123e4543f6b7ab8a417cfbb6d85ff852 (patch)
treee794f202571fc943bd3a06c71e208ddb6c4d23a1
parentI'm aware the commit page looks horrible (diff)
downloadforge-pre-refactor.tar.gz
forge-pre-refactor.tar.zst
forge-pre-refactor.zip
Fix preformatted indentspre-refactor
-rw-r--r--forged/templates/repo_contrib_index.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/forged/templates/repo_contrib_index.tmpl b/forged/templates/repo_contrib_index.tmpl
index 7d2d474..7cf8314 100644
--- a/forged/templates/repo_contrib_index.tmpl
+++ b/forged/templates/repo_contrib_index.tmpl
@@ -47,10 +47,10 @@
<div class="padding-wrapper">
<h2>How to submit a merge request</h2>
<pre>git clone {{ .ssh_clone_url }}
- cd {{ .repo_name }}
- git checkout -b contrib/name_of_your_contribution
- # edit and commit stuff
- git push -u origin HEAD</pre>
+cd {{ .repo_name }}
+git checkout -b contrib/name_of_your_contribution
+# edit and commit stuff
+git push -u origin HEAD</pre>
<p>Pushes that update branches in other namespaces, or pushes to existing contribution branches belonging to other SSH keys, will be automatically
rejected, unless you are an authenticated maintainer. Otherwise, a merge request is automatically opened, and the maintainers are notified via IRC.</p>
<p>Alternatively, you may <a href="https://git-send-email.io">email patches</a> to <a href="mailto:{{ .repo_patch_mailing_list }}">{{ .repo_patch_mailing_list }}</a>.</p>