Created
February 22, 2026 01:29
-
-
Save dsrathore1/e85afa4562f6559f7c82edd29592ce73 to your computer and use it in GitHub Desktop.
These helps to commit in professional way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | Type | Used For | | |
| | ---------- | ------------------------------------- | | |
| | `feat` | New feature / endpoint | | |
| | `fix` | Bug fix | | |
| | `refactor` | Code restructure (no behavior change) | | |
| | `perf` | Performance improvement | | |
| | `test` | Adding/updating tests | | |
| | `docs` | Documentation changes | | |
| | `build` | Docker, dependencies, CI | | |
| | `chore` | Maintenance tasks | | |
| | `style` | Formatting only | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment