Skip to content

Instantly share code, notes, and snippets.

@dsrathore1
Created February 22, 2026 01:29
Show Gist options
  • Select an option

  • Save dsrathore1/e85afa4562f6559f7c82edd29592ce73 to your computer and use it in GitHub Desktop.

Select an option

Save dsrathore1/e85afa4562f6559f7c82edd29592ce73 to your computer and use it in GitHub Desktop.
These helps to commit in professional way
| 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