Skip to content

Commit 6db1676

Browse files
committed
Document running formatter before opening PRs
1 parent d49f46e commit 6db1676

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ writing e2e scenarios, see [e2e/AGENTS.md](e2e/AGENTS.md). Run
1717
- For code changes, run the narrowest useful verification before handing back.
1818
- For broad or merge-ready changes, the full gates are `bun run format:check`,
1919
`bun run lint`, `bun run typecheck`, and `bun run test`.
20+
- Always run `bun run format` before opening a PR so the diff lands
21+
already-formatted. Only commit formatting changes to files your branch
22+
actually touches: if `format` rewrites unrelated pre-existing files, leave
23+
those out of the PR (stage just your files).
2024

2125
## Handing Back Work: Evidence, Not Assertions
2226

0 commit comments

Comments
 (0)