summaryrefslogtreecommitdiff
path: root/.forgejo/pull_request_template.md
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo/pull_request_template.md')
-rw-r--r--.forgejo/pull_request_template.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md
index 24b1739fc30..137e0245fb5 100644
--- a/.forgejo/pull_request_template.md
+++ b/.forgejo/pull_request_template.md
@@ -28,7 +28,13 @@ 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 - Closure size increase.
32```console
33$ guix size PACKAGE | tail -n1 # before
34total: ...
35$ ./pre-inst-env guix size PACKAGE | tail -n1 # after
36total: ...
37```
32 - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`): 38 - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`):
33```text 39```text
34 40