summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.forgejo/pull_request_template.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md
index c2f2c7a1f95..f7234d9e014 100644
--- a/.forgejo/pull_request_template.md
+++ b/.forgejo/pull_request_template.md
@@ -28,6 +28,7 @@ Tick a box by changing it from [ ] to [x].
28 - [ ] i586-gnu 28 - [ ] i586-gnu
29 29
30- Package **update** 30- Package **update**
31 - Closure size increase after update (`./pre-inst-env guix size PACKAGE`).
31 - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`): 32 - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`):
32```text 33```text
33 34
@@ -38,6 +39,7 @@ Tick a box by changing it from [ ] to [x].
38``` 39```
39- Package **addition** 40- Package **addition**
40 - [ ] The packages includes tests when available. 41 - [ ] The packages includes tests when available.
42 - [ ] Closure size given by `guix size`.
41 - [ ] Fixed errors reported by `guix lint` (`./pre-inst-env guix lint PACKAGE ...`). 43 - [ ] Fixed errors reported by `guix lint` (`./pre-inst-env guix lint PACKAGE ...`).
42 - [ ] Verified cryptographic signature provided by upstream. 44 - [ ] Verified cryptographic signature provided by upstream.
43 - [ ] The packages don't use bundled copies of software. 45 - [ ] The packages don't use bundled copies of software.