diff options
| -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> |
