-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.commit_template
28 lines (27 loc) · 1.09 KB
/
.commit_template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ==================== Sample Message ====================
# :emoji: commit message
#
# ==================== Emoji ====================
# 🎉 :tada: Begin a project.
# 🚧 :construction: WIP(Work In Progress)
# ✨ :sparkles: Introduce new features.
# 💬 :speech_balloon: Add or Update text and literals.
# 🔧 :wrench: Add or Update configuration files.
# 🙈 :see_no_evil: Add or Update a .\*ignore files.
# ✅ :white_check_mark: Add or Update test code.
# 💄 :lipstick: Add or Update the UI and style files.
# 📝 :memo: Add or update documentation.
# 👷 :construction_worker: Add or Update CI build system.
# 🎨 :art: Improve structure format of the code.
# 🔍️ :mag: Improve SEO.
# ⚡️ :zap: Improve performance.
# ♻️ :recycle: Refactoring.
# 🔥 :fire: Remove code ro files.
# ✏️ :pencil2: Fix typos.
# 🐛 :bug: Fix a bug.
# 🚨 :rotating_light: Fix compiler / Linter warnings.
# 🔒️ :lock: Fix security issues.
# 🚑️ :ambulance: Critical hotfix.
# 🔀 :twisted_rightwards_arrows: Merge branches.
# 🔖 :bookmark: Release / Version tags.
# 🚀 :rocket: Deploy stuff.