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 1e7a6a3a1bc..ee6a17836f3 100644
--- a/.forgejo/pull_request_template.md
+++ b/.forgejo/pull_request_template.md
@@ -6,8 +6,9 @@ ref: ''
6labels: 6labels:
7--- 7---
8<!-- 8<!--
9Below is a checklist for package-related patches. For details please refer to 9Below is a checklist for package-related patches.
10[the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html) 10
11For details please refer to [the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html).
11 12
12Common issues in the contribution process are also documented in the 13Common issues in the contribution process are also documented in the
13["Contributing" chapter](https://guix.gnu.org/manual/devel/en/html_node/Contributing.html) 14["Contributing" chapter](https://guix.gnu.org/manual/devel/en/html_node/Contributing.html)
@@ -16,7 +17,7 @@ of the manual.
16Tick a box by changing it from [ ] to [x]. 17Tick a box by changing it from [ ] to [x].
17--> 18-->
18 19
19- Built successfully on the following system(s): 20- System(s) where you built it (successfully):
20 - [ ] x86_64-linux 21 - [ ] x86_64-linux
21 - [ ] i686-linux 22 - [ ] i686-linux
22 - [ ] aarch64-linux 23 - [ ] aarch64-linux
@@ -26,6 +27,24 @@ Tick a box by changing it from [ ] to [x].
26 - [ ] x86_64-gnu 27 - [ ] x86_64-gnu
27 - [ ] i586-gnu 28 - [ ] i586-gnu
28 29
30- Package **update**
31 - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`):
32```text
33
34```
35 - Link to upstream release notes (if applicable):
36```text
37
38```
39- Package **addition**
40 - [ ] Fixed errors reported by `guix lint` (`./pre-inst-env guix lint PACKAGE ...`).
41 - [ ] Verified cryptographic signature provided by upstream.
42 - [ ] The packages don't use bundled copies of software.
43 - [ ] Synopsis and description are written confirming to [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html).
44
45- [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html).
46- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`).
47
29- Successfully cross-compiled to the following target(s) (this is optional): 48- Successfully cross-compiled to the following target(s) (this is optional):
30 - [ ] x86_64-linux-gnu 49 - [ ] x86_64-linux-gnu
31 - [ ] i686-linux-gnu 50 - [ ] i686-linux-gnu
@@ -35,22 +54,3 @@ Tick a box by changing it from [ ] to [x].
35 - [ ] riscv64-linux-gnu 54 - [ ] riscv64-linux-gnu
36 - [ ] x86_64-pc-gnu 55 - [ ] x86_64-pc-gnu
37 - [ ] i586-pc-gnu 56 - [ ] i586-pc-gnu
38
39- Link to upstream release notes (if applicable):
40
41- Build status of direct dependents (`./pre-inst-env guix build --keep-going --verbosity=1 --dependents=1 PACKAGE ...`)
42```text
43
44```
45
46- [ ] Fixed errors reported by `guix lint` (`./pre-inst-env guix lint PACKAGE ...`).
47
48- [ ] Verified cryptographic signature provided by upstream.
49
50- [ ] The packages don't use bundled copies of software.
51
52- [ ] Synopsis and description are written confirming to [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html).
53
54- [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html).
55
56- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`).