diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2bdab09b8..44c00b75e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,7 +22,7 @@ Also make sure to read the guidelines found at - [ ] Change is backwards compatible. - [ ] Code formatted with `nix fmt` or - `nix-shell -p treefmt nixfmt deadnix keep-sorted --run treefmt`. + `nix-shell -p treefmt nixfmt deadnix keep-sorted nixf-diagnose --run treefmt`. - [ ] Code tested through `nix run .#tests -- test-all` or `nix-shell --pure tests -A run.all`.