{{/* SPDX-License-Identifier: AGPL-3.0-only SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu */}} {{- define "repo_contrib_index" -}} {{- $root := . -}} {{- template "head_common" . -}} Merge requests – {{ .repo_name }} – {{ template "group_path_plain" .group_path }} – {{ .global.forge_title -}} {{- template "header" . -}}

{{- .repo_name -}}

{{- .repo_description -}}

How to submit a merge request

git clone {{ .ssh_clone_url }}
cd powxy
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 -}} {{- end -}}
ID Title Status
{{- .ID -}} {{- .Title -}} {{- .Status -}}
{{- end -}}