From 496fa9c054d3a212c8bcb3ac80ab310841eed361 Mon Sep 17 00:00:00 2001 From: awwpotato <153149335+awwpotato@users.noreply.github.com> Date: Sun, 20 Apr 2025 16:05:56 -0700 Subject: [PATCH] PR_TEMPLATE: mention nix fmt (#6859) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.