diff options
Diffstat (limited to '.forgejo/pull_request_template.md')
| -rw-r--r-- | .forgejo/pull_request_template.md | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index 1e7a6a3a1bc..ee6a17836f3 100644 --- a/.forgejo/pull_request_template.md +++ b/.forgejo/pull_request_template.md | |||
| @@ -6,8 +6,9 @@ ref: '' | |||
| 6 | labels: | 6 | labels: |
| 7 | --- | 7 | --- |
| 8 | <!-- | 8 | <!-- |
| 9 | Below is a checklist for package-related patches. For details please refer to | 9 | Below is a checklist for package-related patches. |
| 10 | [the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html) | 10 | |
| 11 | For details please refer to [the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html). | ||
| 11 | 12 | ||
| 12 | Common issues in the contribution process are also documented in the | 13 | Common issues in the contribution process are also documented in the |
| 13 | ["Contributing" chapter](https://guix.gnu.org/manual/devel/en/html_node/Contributing.html) | 14 | ["Contributing" chapter](https://guix.gnu.org/manual/devel/en/html_node/Contributing.html) |
| @@ -16,7 +17,7 @@ of the manual. | |||
| 16 | Tick a box by changing it from [ ] to [x]. | 17 | Tick a box by changing it from [ ] to [x]. |
| 17 | --> | 18 | --> |
| 18 | 19 | ||
| 19 | - Built successfully on the following system(s): | 20 | - System(s) where you built it (successfully): |
| 20 | - [ ] x86_64-linux | 21 | - [ ] x86_64-linux |
| 21 | - [ ] i686-linux | 22 | - [ ] i686-linux |
| 22 | - [ ] aarch64-linux | 23 | - [ ] aarch64-linux |
| @@ -26,6 +27,24 @@ Tick a box by changing it from [ ] to [x]. | |||
| 26 | - [ ] x86_64-gnu | 27 | - [ ] x86_64-gnu |
| 27 | - [ ] i586-gnu | 28 | - [ ] i586-gnu |
| 28 | 29 | ||
| 30 | - Package **update** | ||
| 31 | - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`): | ||
| 32 | ```text | ||
| 33 | |||
| 34 | ``` | ||
| 35 | - Link to upstream release notes (if applicable): | ||
| 36 | ```text | ||
| 37 | |||
| 38 | ``` | ||
| 39 | - Package **addition** | ||
| 40 | - [ ] Fixed errors reported by `guix lint` (`./pre-inst-env guix lint PACKAGE ...`). | ||
| 41 | - [ ] Verified cryptographic signature provided by upstream. | ||
| 42 | - [ ] The packages don't use bundled copies of software. | ||
| 43 | - [ ] Synopsis and description are written confirming to [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html). | ||
| 44 | |||
| 45 | - [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html). | ||
| 46 | - [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`). | ||
| 47 | |||
| 29 | - Successfully cross-compiled to the following target(s) (this is optional): | 48 | - Successfully cross-compiled to the following target(s) (this is optional): |
| 30 | - [ ] x86_64-linux-gnu | 49 | - [ ] x86_64-linux-gnu |
| 31 | - [ ] i686-linux-gnu | 50 | - [ ] i686-linux-gnu |
| @@ -35,22 +54,3 @@ Tick a box by changing it from [ ] to [x]. | |||
| 35 | - [ ] riscv64-linux-gnu | 54 | - [ ] riscv64-linux-gnu |
| 36 | - [ ] x86_64-pc-gnu | 55 | - [ ] x86_64-pc-gnu |
| 37 | - [ ] i586-pc-gnu | 56 | - [ ] i586-pc-gnu |
| 38 | |||
| 39 | - Link to upstream release notes (if applicable): | ||
| 40 | |||
| 41 | - Build status of direct dependents (`./pre-inst-env guix build --keep-going --verbosity=1 --dependents=1 PACKAGE ...`) | ||
| 42 | ```text | ||
| 43 | |||
| 44 | ``` | ||
| 45 | |||
| 46 | - [ ] Fixed errors reported by `guix lint` (`./pre-inst-env guix lint PACKAGE ...`). | ||
| 47 | |||
| 48 | - [ ] Verified cryptographic signature provided by upstream. | ||
| 49 | |||
| 50 | - [ ] The packages don't use bundled copies of software. | ||
| 51 | |||
| 52 | - [ ] Synopsis and description are written confirming to [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html). | ||
| 53 | |||
| 54 | - [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html). | ||
| 55 | |||
| 56 | - [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`). | ||
