From c903a84c123e4543f6b7ab8a417cfbb6d85ff852 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Nov 2025 13:38:55 +0800 Subject: Fix preformatted indents --- forged/templates/repo_contrib_index.tmpl | 8 ++++---- 1 file 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 @@

How to submit a merge request

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
+cd {{ .repo_name }} +git checkout -b contrib/name_of_your_contribution +# edit and commit stuff +git push -u origin HEAD

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.

Alternatively, you may email patches to {{ .repo_patch_mailing_list }}.

-- cgit v1.2.3