Commit Prefix - fredericrous/git-templates GitHub Wiki
The complete list of Prefixes
Icon | Prefix | Description |
---|---|---|
👷 | build | Add or update CI build system |
🔧 | chore | Changes to the configuration files or auxiliary tools and libraries such as documentation generation |
📝 | docs | Documentation only changes |
✨ | feat | Introduce new features |
🐛 | fix | Fix a bug |
⚡️ | perf | Improves performance |
♻️ | refactor | A code change that neither fixes a bug nor adds a feature |
⏪️ | revert | Revert changes. Ideally done with the git revert command |
🎨 | style | Improve structure / format of the code |
🚨 | test | Add, update, or pass tests |
➕ | add | Add files as part of a larger feature |
➖ | remove | opposite of add: |