Skip to content

Commit 00d68cb

Browse files
roottoolclaude
andauthored
docs: Add check:source script to CONTRIBUTING.md (#14)
Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent 286bcf8 commit 00d68cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Before implementing:
8686
Run these commands before submitting:
8787

8888
```bash
89+
bun run check:source # Linting and formatting must pass
8990
bun run check:type # TypeScript type checking must pass
9091
bun run test # All tests must pass
9192
bun run build # Build must succeed
@@ -121,6 +122,7 @@ Before submitting a PR:
121122
- [ ] Read AGENTS.md implementation rules
122123
- [ ] Confirmed change does not violate the boundary
123124
- [ ] Added tests for new functionality
125+
- [ ] Linting and formatting passes (`bun run check:source`)
124126
- [ ] All tests pass (`bun run test`)
125127
- [ ] Type checking passes (`bun run check:type`)
126128
- [ ] Build succeeds (`bun run build`)

0 commit comments

Comments
 (0)