diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cd468e16..9b2d85d4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.