PR_TEMPLATE: mention nix fmt (#6859)

This commit is contained in:
awwpotato
2025-04-20 16:05:56 -07:00
committed by GitHub
parent b71ca26961
commit 496fa9c054

View File

@@ -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.