mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
PULL_REQUEST_TEMPLATE: format
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
85ed337f36
commit
e7969e2ffa
1 changed files with 16 additions and 10 deletions
26
.github/PULL_REQUEST_TEMPLATE.md
vendored
26
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -22,23 +22,29 @@ Also make sure to read the guidelines found at
|
||||||
- [ ] Change is backwards compatible.
|
- [ ] Change is backwards compatible.
|
||||||
|
|
||||||
- [ ] Code formatted with `nix fmt` or
|
- [ ] Code formatted with `nix fmt` or
|
||||||
`nix-shell -p treefmt nixfmt deadnix keep-sorted --run treefmt`.
|
`nix-shell -p treefmt nixfmt deadnix keep-sorted --run treefmt`.
|
||||||
|
|
||||||
- [ ] Code tested through `nix-shell --pure tests -A run.all`
|
- [ ] Code tested through `nix run .#tests -- test-all` or
|
||||||
or `nix run .#tests -- test-all` using Flakes.
|
`nix-shell --pure tests -A run.all`.
|
||||||
|
|
||||||
- [ ] Test cases updated/added. See [example](https://github.com/nix-community/home-manager/commit/f3fbb50b68df20da47f9b0def5607857fcc0d021#diff-b61a6d542f9036550ba9c401c80f00ef).
|
- [ ] Test cases updated/added. See
|
||||||
|
[example](https://github.com/nix-community/home-manager/commit/f3fbb50b68df20da47f9b0def5607857fcc0d021#diff-b61a6d542f9036550ba9c401c80f00ef).
|
||||||
|
|
||||||
- [ ] Commit messages are formatted like
|
- [ ] Commit messages are formatted like
|
||||||
|
|
||||||
```
|
```
|
||||||
{component}: {description}
|
{component}: {description}
|
||||||
|
|
||||||
{long description}
|
{long description}
|
||||||
```
|
```
|
||||||
|
|
||||||
See [CONTRIBUTING](https://nix-community.github.io/home-manager/#sec-commit-style) for more information and [recent commit messages](https://github.com/nix-community/home-manager/commits/master) for examples.
|
See
|
||||||
|
[CONTRIBUTING](https://nix-community.github.io/home-manager/#sec-commit-style)
|
||||||
|
for more information and
|
||||||
|
[recent commit messages](https://github.com/nix-community/home-manager/commits/master)
|
||||||
|
for examples.
|
||||||
|
|
||||||
- If this PR adds a new module
|
- If this PR adds a new module
|
||||||
|
|
||||||
- [ ] Added myself as module maintainer. See [example](https://github.com/nix-community/home-manager/blob/a51598236f23c89e59ee77eb8e0614358b0e896c/modules/programs/lesspipe.nix#L11).
|
- [ ] Added myself as module maintainer. See
|
||||||
|
[example](https://github.com/nix-community/home-manager/blob/a51598236f23c89e59ee77eb8e0614358b0e896c/modules/programs/lesspipe.nix#L11).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue