diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-18 12:04:49 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-18 12:04:49 +0100 |
| commit | 5f31e8616c2963579aeb16a64494ccccdb37df10 (patch) | |
| tree | 0e9503fbabb05e4292fbb84fb03f3b574d0b7c21 | |
| parent | 16565a5efc3b0caf7b57dd703fb7f7f45411131e (diff) | |
.forgejo: pull_request_template: Include package size.
* .forgejo/issue_template/pull_request_template.md: Mention package
closure size.
Change-Id: I6ec08169fcdc53a2edc1c7de1120e3fa80fb4fbb
| -rw-r--r-- | .forgejo/pull_request_template.md | 2 |
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]. - [ ] 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. |
