From 6cceade2da5425a2a1c46ac032263c961e81affb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 12 Aug 2025 08:41:09 +0800 Subject: Sticky footer --- forged/templates/repo_contrib_index.tmpl | 120 ++++++++++++++++--------------- 1 file changed, 61 insertions(+), 59 deletions(-) (limited to 'forged/templates/repo_contrib_index.tmpl') diff --git a/forged/templates/repo_contrib_index.tmpl b/forged/templates/repo_contrib_index.tmpl index 172a079..7d2d474 100644 --- a/forged/templates/repo_contrib_index.tmpl +++ b/forged/templates/repo_contrib_index.tmpl @@ -12,68 +12,70 @@ {{- template "header" . -}} -
-

{{- .repo_name -}}

- -
-
-
- {{- .repo_description -}} +
+
+

{{- .repo_name -}}

+
-
-
-

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
-

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 }}.

-
-
- - - - - - - - - - {{- range .merge_requests -}} +
+
+ {{- .repo_description -}} +
+
+
+

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
+

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 }}.

+
+
+
IDTitleStatus
+ - - - + + + - {{- end -}} - -
{{- .ID -}}{{- .Title -}}{{- .Status -}}IDTitleStatus
-
+ + + {{- range .merge_requests -}} + + {{- .ID -}} + {{- .Title -}} + {{- .Status -}} + + {{- end -}} + + +
+ -- cgit v1.2.3