From 1e6d73e1ea8bc08a7d936acc166a12769f0e9329 Mon Sep 17 00:00:00 2001 From: sneak Date: Sun, 22 Feb 2026 16:13:47 +0100 Subject: [PATCH] Add formatting-first step to existing repo checklist --- docs/EXISTING_REPO_CHECKLIST.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/EXISTING_REPO_CHECKLIST.md b/docs/EXISTING_REPO_CHECKLIST.md index 856ec12..6fa115a 100644 --- a/docs/EXISTING_REPO_CHECKLIST.md +++ b/docs/EXISTING_REPO_CHECKLIST.md @@ -6,6 +6,13 @@ Use this checklist when beginning work in a repo that may not yet conform to our Work on a feature branch. Check each item and fix any gaps before proceeding with your task. +## Formatting (do this first) + +- [ ] If the repo has never been formatted to our standards, run `make fmt` and + commit the result as a standalone branch/commit/PR before any other + changes. Formatting diffs can be large and should not be mixed with + functional changes. + ## Required Files - [ ] `README.md` exists with all required sections (Description, Getting