PR_TEMPLATE: mention nix fmt (#6859)
This commit is contained in:
parent
b71ca26961
commit
496fa9c054
1 changed files with 1 additions and 1 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -21,7 +21,7 @@ Also make sure to read the guidelines found at
|
|||
|
||||
- [ ] Change is backwards compatible.
|
||||
|
||||
- [ ] Code formatted with `./format`.
|
||||
- [ ] Code formatted with `nix fmt` or `./format`.
|
||||
|
||||
- [ ] Code tested through `nix-shell --pure tests -A run.all`
|
||||
or `nix build --reference-lock-file flake.lock ./tests#test-all` using Flakes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue