mirror of
https://github.com/sweetwisdom/everything-claude-code-zh.git
synced 2026-03-22 14:35:09 +00:00
18 lines
437 B
Markdown
18 lines
437 B
Markdown
## Description
|
|
<!-- Brief description of changes -->
|
|
|
|
## Type of Change
|
|
- [ ] `fix:` Bug fix
|
|
- [ ] `feat:` New feature
|
|
- [ ] `refactor:` Code refactoring
|
|
- [ ] `docs:` Documentation
|
|
- [ ] `test:` Tests
|
|
- [ ] `chore:` Maintenance/tooling
|
|
- [ ] `ci:` CI/CD changes
|
|
|
|
## Checklist
|
|
- [ ] Tests pass locally (`node tests/run-all.js`)
|
|
- [ ] Validation scripts pass
|
|
- [ ] Follows conventional commits format
|
|
- [ ] Updated relevant documentation
|