-
Notifications
You must be signed in to change notification settings - Fork 0
DevOps Playbook
Weixian edited this page May 28, 2026
·
5 revisions
we follow semantic commit messages examples:
- feat: add shopping cart checkout
- fix: resolve null pointer in user service
- refactor: simplify inventory validation
- docs: update setup instructions
- test: add unit tests for auth module
- chore: upgrade npm dependencies
- feature/user-login
- fix/cart-total-bug
- refactor/payment-service
- chore/update-dependencies
- docs/api-setup-guide
- test/add-auth-tests
- Add dark mode support
- Implement user profile page
- Create order export feature
- Support multi-language UI
- Add email notifications
- Fix login redirect issue
- Resolve checkout page crash
- Fix incorrect order total
- Button not clickable on mobile
- API returns 500 error
- Fix login redirect issue
- Resolve checkout page crash
- Fix incorrect order total
- Button not clickable on mobile
- API returns 500 error
- Update installation guide
- Add API usage examples
- Fix README formatting
- Document environment variables
- Add staging deployment pipeline
- Fix Docker build failure
- Update GitHub Actions workflow
- Configure application logging
- 1 PR = 1 feature or bug fix
- Commit and sync remote at least once a day or multiple times per day
- always label issue: feature, bugfix, frontend, backend, module-name and etc
- Always create release note for every production release (BA help on this)
-
Agile Delivery
- Product Requirement Template
- Documenting Product Requirements
- Estimation & Sizing
- DevOps
-
Software Architecture Design
- Agent Engineering
- Logging
- Tech Stack
- Testing & Quality
- Observability & Operations