diff options
| author | Runxi Yu <me@runxiyu.org> | 2025-11-11 13:38:55 +0800 |
|---|---|---|
| committer | Runxi Yu <me@runxiyu.org> | 2025-11-11 13:38:55 +0800 |
| commit | c903a84c123e4543f6b7ab8a417cfbb6d85ff852 (patch) | |
| tree | e794f202571fc943bd3a06c71e208ddb6c4d23a1 /forged/templates/repo_contrib_index.tmpl | |
| parent | I'm aware the commit page looks horrible (diff) | |
| download | forge-c903a84c123e4543f6b7ab8a417cfbb6d85ff852.tar.gz forge-c903a84c123e4543f6b7ab8a417cfbb6d85ff852.tar.zst forge-c903a84c123e4543f6b7ab8a417cfbb6d85ff852.zip | |
Fix preformatted indentspre-refactor
Diffstat (limited to 'forged/templates/repo_contrib_index.tmpl')
| -rw-r--r-- | forged/templates/repo_contrib_index.tmpl | 8 |
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> |
