- README.md: Update tech stack versions, simplify content, add links to docs - CONTRIBUTING.md: Add commit guidelines, testing instructions, PR process - SECURITY.md: Add security measures, vulnerability reporting process - PULL_REQUEST_TEMPLATE.md: Add conventional commit types, breaking change section - Remove outdated plan documents (already implemented or superseded) - architecture.md: Already updated with comprehensive system documentation - release-engineering.md: Already updated with current pipeline status
976 B
976 B
Description
Type of Change
feat- New feature (minor version bump)fix- Bug fix (patch version bump)perf- Performance improvement (patch version bump)docs- Documentation onlyrefactor- Code refactoringtest- Adding/updating testsci- CI/CD changeschore- Maintenance tasks
Breaking Changes
- This is a breaking change (major version bump)
If breaking, describe the migration path:
Checklist
- Commit messages follow Conventional Commits
- Lint passes (
npm run lint) - Build succeeds (
npm run build) - Tests pass (
npm run test:run) - API documentation updated (if applicable)