-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitmessage.txt
More file actions
17 lines (16 loc) · 838 Bytes
/
gitmessage.txt
File metadata and controls
17 lines (16 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# emoji code description
# 🎉 :tada: Begin a project.
# ✨ :sparkles: Introduce new features.
# ✅ :white_check_mark: Add, update, or pass tests.
# 📝 :pencil: Add or update documentation.
# 🔧 :wrench: Add or update configuration files.
# ⬆️ :arrow_up: Upgrade dependencies.
# 🚧 :construction: Work in progress.
# 🔖 :bookmark: Release / Version tags.
# 🐛 :bug: Fix a bug.
# 🩹 :adhesive_bandage: Simple fix for a non-critical issue.
# ♻️ :recycle: Refactor code.
# 🔥 :fire: Remove code or files.
# 💥 :boom: Introduce breaking changes.
# 🎨 :art: Improve structure / format of the code.
# 💄 :lipstick: Add or update the UI and style files.