34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
## What Changed
|
|
<!-- Describe the specific changes made in this PR -->
|
|
|
|
## Why This Change
|
|
<!-- Explain the motivation and context for this change -->
|
|
|
|
## Testing Done
|
|
<!-- Describe the testing you performed to validate your changes -->
|
|
- [ ] Manual testing completed
|
|
- [ ] Automated tests pass locally (`node tests/run-all.js`)
|
|
- [ ] Edge cases considered and tested
|
|
|
|
## Type of Change
|
|
- [ ] `fix:` Bug fix
|
|
- [ ] `feat:` New feature
|
|
- [ ] `refactor:` Code refactoring
|
|
- [ ] `docs:` Documentation
|
|
- [ ] `test:` Tests
|
|
- [ ] `chore:` Maintenance/tooling
|
|
- [ ] `ci:` CI/CD changes
|
|
|
|
## Security & Quality Checklist
|
|
- [ ] No secrets or API keys committed (ghp_, sk-, AKIA, xoxb, xoxp patterns checked)
|
|
- [ ] JSON files validate cleanly
|
|
- [ ] Shell scripts pass shellcheck (if applicable)
|
|
- [ ] Pre-commit hooks pass locally (if configured)
|
|
- [ ] No sensitive data exposed in logs or output
|
|
- [ ] Follows conventional commits format
|
|
|
|
## Documentation
|
|
- [ ] Updated relevant documentation
|
|
- [ ] Added comments for complex logic
|
|
- [ ] README updated (if needed)
|