Last active
February 2, 2025 05:22
-
-
Save NONONOexe/d03ecb394645a8887eb50bd53e3cba6f to your computer and use it in GitHub Desktop.
My commit message template
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
| # ============================== Format ============================== | |
| # :emoji: Subject | |
| # | |
| # Commit body... | |
| # | |
| # ============================== Emojis ============================== | |
| # π :tada: Initial commit | |
| # β¨ :sparkles: Introduce new feature | |
| # β‘οΈ :zap: Inprove performance | |
| # π₯ :fire: Remove code or files | |
| # π :bug: Fix a bug | |
| # ποΈ :ambulance: Critical hotfix | |
| # π©Ή :adhesive_bandage: Simple fix a non-critical issue | |
| # π :memo: Add or update documentation | |
| # β :white_check_mark: Add, update, or pass a test | |
| # β»οΈ :recycle: Refator code | |
| # π :truck: Move or rename resources | |
| # π¨ :art: Improve structure / Format of the code | |
| # π§ :construction: Work in progress | |
| # π :rocket: Deploy stuff | |
| # π :bookmark: Version tag | |
| # π :see_no_evil: Add or update ignore files | |
| # βοΈ :pencil2: Fix typos | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment