Skip to content

Instantly share code, notes, and snippets.

@farukcan
Forked from johnstew/git-commit-prefixes
Created October 29, 2024 14:50
Show Gist options
  • Save farukcan/9ef45b0d6b7109762aee56884502f28d to your computer and use it in GitHub Desktop.
Save farukcan/9ef45b0d6b7109762aee56884502f28d to your computer and use it in GitHub Desktop.
[test]: Update test/* files
[dist]: Changes to submodules, version bumps, updates to package.json
[minor]: Small changes
[doc]: Updates to documentation
[fix]: Bug fixes
[bin]: Update binary scripts associated with the project
[refactor]: Refactor of existing code
[nit]: Small code review changes mainly around style or syntax
[feat]: New features
// Usage
fix: closes #9, fix path issue
nit: swap let for const
doc: added usage section to README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment