This is my commit message emoji structure, I have consulted on websites online and edited it to my liking, if you like you can give me a star.
git commit -m':tada: Begin a project'
:tada: | is the emoji code
Begin a project | is a commit
| Commit type | Emoji |
|---|---|
| Begin a project | π :tada: |
| Code fall in love | π :revolving_hearts: |
| being chased by a DEADLINE | π :sob: |
| Tests | π¨ :rotating_light: |
| Write bad code that needs to be improved | π© :poop: |
| Introduce breaking changes | π₯ :boom: |
| Write code drunkenly | π» :beers: |
| Catch errors | π₯
:goal_net: |
| π ---CREATE--- | |
| New feature | β¨ :sparkles: |
| Work in progress | π§ :construction: |
| Add or update documentation | π :memo: |
| Add or update the UI and style files. | π :lipstick: |
| Add a dependency | β :heavy_plus_sign: |
| Add or update CI build system | π· :construction_worker: |
| Add or update analytics or track code | π :chart_with_upwards_trend: |
| Add or update configuration files | π§ :wrench: |
| Add or update compiled files or packages | π¦ :package: |
| Add or update assets | π± :bento: |
| Add or update comments in source code | π‘ :bulb: |
| Add or update text and literals | π¬ :speech_balloon: |
| Add or update logs | π :loud_sound: |
| Add or update contributor(s) | π₯ :busts_in_silhouette: |
| Add or update a .gitignore file | π :see_no_evil: |
| Add or update image(s) | πΈ :camera_flash: |
| Add or update license | π :page_facing_up: |
| Add or update readme file | π :bookmark: |
| Add or update animations and transitions | π« :dizzy: |
| Add or update directory constructure | π :file_folder: |
| Add or update API | πΎ :feet: |
| Add or update Library | π :high_brightness: |
| Perform experiments | βοΈ :alembic: |
| β ---UPDATE--- | |
| Work on responsive design | π± :iphone: |
| Perform database related changes | ποΈ :card_file_box: |
| Downgrade dependencies | β¬οΈ :arrow_down: |
| Upgrade dependencies | β¬οΈ :arrow_up: |
| Fix a bug | π :bug: |
| Improve structure / format of the code | π¨ :art: |
| Improve performance | β‘ :zap: |
| Refactor code | β»οΈ :recycle: |
| Fix security issues | π :lock: |
| Fix typos | βοΈ :pencil2: |
| Merge branches | π :twisted_rightwards_arrows: |
| Update code due to external API changes | π½ :alien: |
| Move or rename resources (e.g.: files, paths, routes) | π :truck: |
| Improve SEO | π :mag: |
| πͺ ---DELELE--- | |
| Remove dead code | β°οΈ :coffin: |
| Remove code, files or folder | π₯ :fire: |
| Remove a dependency | β :heavy_minus_sign: |
| Remove logs | π :mute: |