-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy path.gitmessage
38 lines (38 loc) · 1.02 KB
/
.gitmessage
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
29
30
31
32
33
34
35
36
37
38
# ==== Format ====
# <Emoji> <Title>
#
# Author: Vitalii Tereshchuk
# URL: https://dotoca.net
#
# ==== EMOJIS ====
# Bug fixes
# :bug: # 🐛 Major bug fixes
# :adhesive_bandage: # 🩹 Minor bug fixes
#
# Feature additions
# :tada: # 🎉 Major changes to be commemorated, major version release level
# :sparkles: # ✨ New features added, new modules added, etc.
#
# Feature improvements
# :zap: # ⚡️ Performance improvements
# :+1: # 👍 Improvements to existing features
#
# Code quality
# :refactor: # ♻️ Refactoring, design improvements, eliminating technical debt
# :fire: # 🔥 Removal of unnecessary or obsolete features
#
# Tests
# :white_check_mark: # ✅ Adding or updating tests
# :green_heart: # 💚 Fix CI pipeline failures etc.
#
# Dependencies
# :arrow_up: # 🆙 Update dependencies
# :arrow_up: # 📦 Add packages
# :wastebasket: # 🗑️ Remove packages
#
# Configuration
# :wrench: # 🔧 Change configuration files
#
# Documentation
# :memo: # 📝 Update documentation
# :bulb: # 💡 Improve comments