From c903a84c123e4543f6b7ab8a417cfbb6d85ff852 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Nov 2025 13:38:55 +0800 Subject: [PATCH] Fix preformatted indents --- forged/templates/repo_contrib_index.tmpl | 8 ++++---- diff --git a/forged/templates/repo_contrib_index.tmpl b/forged/templates/repo_contrib_index.tmpl index 7d2d4746081c3e32bec4a92d186112d02aa84d08..7cf8314b3ba610bd639c40570971fa24546573c9 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 }}.

-- 2.48.1