Skip to content

Commit ad9f32f

Browse files
committed
docs: enforce development standards for testing and code quality
- Add development guidelines emphasizing writing tests, passing linting, and formatting code before submission Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 8af8151 commit ad9f32f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ make fmt
2828
make lint
2929
```
3030

31+
## Development Guidelines
32+
33+
**IMPORTANT: When making changes to this codebase, you MUST:**
34+
35+
1. **Write Tests** - Always write corresponding tests for any new functionality or bug fixes
36+
2. **Pass Linting** - All code must pass `make lint` validation before submission
37+
3. **Format Code** - Always run `make fmt` to ensure consistent coding style
38+
3139
## Architecture
3240

3341
### Core Design Pattern

0 commit comments

Comments
 (0)