summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2025-06-17 22:36:19 +0200
committerHilton Chain <hako@ultrarare.space>2025-06-26 20:42:38 +0800
commit31abc62790995591542ac63c721baf96e101b10f (patch)
tree7202329a858e481a02d25242dbf490ba74f04a96
parent4ba46078507c54a2bbe22df1485b2564a6d16cd7 (diff)
.forgejo: pull_request_template: Reword.
* .forgejo/pull_request_template.md: Revamp the sections. Change-Id: I509368b6d6a7b8f88e657e6e7770b2f48e23d906 Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
-rw-r--r--.forgejo/pull_request_template.md44
1 files changed, 22 insertions, 22 deletions
diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md
index 1e7a6a3a1b..ee6a17836f 100644
--- a/.forgejo/pull_request_template.md
+++ b/.forgejo/pull_request_template.md
@@ -6,8 +6,9 @@ ref: ''
labels:
---
<!--
-Below is a checklist for package-related patches. For details please refer to
-[the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html)
+Below is a checklist for package-related patches.
+
+For details please refer to [the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html).
Common issues in the contribution process are also documented in the
["Contributing" chapter](https://guix.gnu.org/manual/devel/en/html_node/Contributing.html)
@@ -16,7 +17,7 @@ of the manual.
Tick a box by changing it from [ ] to [x].
-->
-- Built successfully on the following system(s):
+- System(s) where you built it (successfully):
- [ ] x86_64-linux
- [ ] i686-linux
- [ ] aarch64-linux
@@ -26,6 +27,24 @@ Tick a box by changing it from [ ] to [x].
- [ ] x86_64-gnu
- [ ] i586-gnu
+- Package **update**
+ - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`):
+```text
+
+```
+ - Link to upstream release notes (if applicable):
+```text
+
+```
+- Package **addition**
+ - [ ] Fixed errors reported by `guix lint` (`./pre-inst-env guix lint PACKAGE ...`).
+ - [ ] Verified cryptographic signature provided by upstream.
+ - [ ] The packages don't use bundled copies of software.
+ - [ ] Synopsis and description are written confirming to [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html).
+
+- [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html).
+- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`).
+
- Successfully cross-compiled to the following target(s) (this is optional):
- [ ] x86_64-linux-gnu
- [ ] i686-linux-gnu
@@ -35,22 +54,3 @@ Tick a box by changing it from [ ] to [x].
- [ ] riscv64-linux-gnu
- [ ] x86_64-pc-gnu
- [ ] i586-pc-gnu
-
-- Link to upstream release notes (if applicable):
-
-- Build status of direct dependents (`./pre-inst-env guix build --keep-going --verbosity=1 --dependents=1 PACKAGE ...`)
-```text
-
-```
-
-- [ ] Fixed errors reported by `guix lint` (`./pre-inst-env guix lint PACKAGE ...`).
-
-- [ ] Verified cryptographic signature provided by upstream.
-
-- [ ] The packages don't use bundled copies of software.
-
-- [ ] Synopsis and description are written confirming to [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html).
-
-- [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html).
-
-- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`).