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]. | |||
| 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. |
