summaryrefslogtreecommitdiff
path: root/.forgejo/pull_request_template.md
blob: 137e0245fb555908a42340c5f3774439d76df812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
name: 'Pull Request'
about: 'Pull request template'
title: ''
ref: ''
labels:
---
<!--
Below is a checklist for package-related patches.

For details please refer to [the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html).

Common issues in the contribution process are also documented in the
["Contributing" chapter](https://guix.gnu.org/manual/devel/en/html_node/Contributing.html)
of the manual.

Tick a box by changing it from [ ] to [x].
-->

- System(s) where you built it (successfully):
  - [ ] x86_64-linux
  - [ ] i686-linux
  - [ ] aarch64-linux
  - [ ] armhf-linux
  - [ ] powerpc64le-linux
  - [ ] riscv64-linux
  - [ ] x86_64-gnu
  - [ ] i586-gnu

- Package **update**
  - Closure size increase.
```console
$ guix size PACKAGE | tail -n1 # before
total: ...
$ ./pre-inst-env guix size PACKAGE | tail -n1 # after
total: ...
```
  - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`):
```text

```
  - Link to upstream release notes (if applicable):
```text

```
- 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.
  - [ ] Synopsis and description are written in conformance with [the guidelines](https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html).

- [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html).
- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`).

- Successfully cross-compiled to the following target(s) (this is optional):
  - [ ] x86_64-linux-gnu
  - [ ] i686-linux-gnu
  - [ ] aarch64-linux-gnu
  - [ ] arm-linux-gnueabihf
  - [ ] powerpc64le-linux-gnu
  - [ ] riscv64-linux-gnu
  - [ ] x86_64-pc-gnu
  - [ ] i586-pc-gnu