We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286bcf8 commit 00d68cbCopy full SHA for 00d68cb
CONTRIBUTING.md
@@ -86,6 +86,7 @@ Before implementing:
86
Run these commands before submitting:
87
88
```bash
89
+bun run check:source # Linting and formatting must pass
90
bun run check:type # TypeScript type checking must pass
91
bun run test # All tests must pass
92
bun run build # Build must succeed
@@ -121,6 +122,7 @@ Before submitting a PR:
121
122
- [ ] Read AGENTS.md implementation rules
123
- [ ] Confirmed change does not violate the boundary
124
- [ ] Added tests for new functionality
125
+- [ ] Linting and formatting passes (`bun run check:source`)
126
- [ ] All tests pass (`bun run test`)
127
- [ ] Type checking passes (`bun run check:type`)
128
- [ ] Build succeeds (`bun run build`)
0 commit comments