From 5f31e8616c2963579aeb16a64494ccccdb37df10 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Wed, 18 Mar 2026 12:04:49 +0100 Subject: [PATCH] .forgejo: pull_request_template: Include package size. * .forgejo/issue_template/pull_request_template.md: Mention package closure size. Change-Id: I6ec08169fcdc53a2edc1c7de1120e3fa80fb4fbb --- .forgejo/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index c2f2c7a1f9..f7234d9e01 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]. - [ ] i586-gnu - Package **update** + - Closure size increase after update (`./pre-inst-env guix size PACKAGE`). - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`): ```text @@ -38,6 +39,7 @@ Tick a box by changing it from [ ] to [x]. ``` - Package **addition** - [ ] The packages includes tests when available. + - [ ] Closure size given by `guix size`. - [ ] 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.