Daily Commit Checklist
Use this file as a guide every time you make a commit.
1 Choose a Type
- feat - new feature
- fix - bug fix
- docs - documentation update
- style - formatting, no code change
- refactor - code restructuring
- test - adding or fixing tests
- chore - maintenance tasks
2 Define Scope (optional)
- Example:
readme,greet,api,ui
3 Write Short Description
- Use imperative tense
- Keep it <=50 characters
- Example:
add greeting function