generated from azmisahin/azmisahin-software-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmessage
91 lines (82 loc) · 2.9 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# <type>: <subject> (Max 50 char, Why is this change necessary?)
# |<---- Using a Maximum Of 50 Characters ---->|
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Explain how the commit addresses the issue
# --- COMMIT END ---
# Our, commit message standart:
# Conventional Commits
# Separate subject from body with a blank line
# Limit the subject line to 50 characters
# Do not end the subject line with a period
# Wrap the body at 72 characters
# Use the body to explain what and why vs. how
# example with type icon
# ✨: meet standards for git processing messages
#
# refs [#0]
# example with type
# feature: meet standards for git processing messages
#
# refs: [#0], [REF-0]
# example type
# feature: meet standards for git processing messages [#0]
# --- Base tag
# ✨ Features: A new feature
# 🐛 Fix: A bug fix
# 📝 Docs: Documentation only changes
# 💄 Style: Changes that do not affect meaning of code
# ♻️ Refactor: A code change that neither fixes a bug or adds a feature
# ⚡️ Performance: A code change that improves performance
# ✅ Test: Adding missing test
# 🚑 Hotfix: A critical bug fix
# --- Additional tag
# 🚧 Work in progress:
# 🎨 Improving structure / format:
# 🏗 Making architectural changes:
# 🔀 Merging branches:
# 🔥 Removing code or files:
# 🔊 Adding logs
# 🔇 Removing logs
# ➕ Adding a dependency:
# ➖ Removing a dependency:
# ⬆️ Upgrading dependencies:
# ⬇️ Downgrading dependencies:
# 📦 Updating compiled files or packages:
# 🚀 Deploying stuff:
# 🔒 Fixing security issues:
# 🔖 Releasing / Version tags:
# 🎉 Initial commit:
# 🚨 Removing linter warnings:
# 💚 Fixing CI Build:
# 📌 Pinning dependencies to specific versions:
# 👷 Adding CI build system:
# 📈 Adding analytics or tracking code:
# 🐳 Work about Docker:
# 🔧 Changing configuration files:
# 🌐 Internationalization and localization:
# ✏️ Fixing typos:
# 💩 Writing bad code that needs to be improved:
# ⏪ Reverting changes:
# 👽 Updating code due to external API changes:
# 🚚 Moving or renaming files:
# 📄 Adding or updating license:
# 💥 Introducing breaking changes:
# 🍱 Adding or updating assets:
# 👌 Updating code due to code review changes:
# ♿️ Improving accessibility:
# 💡 Documenting source code:
# 🍻 Writing code drunkenly:
# 💬 Updating text and literals:
# 🗃 Performing database related changes:
# 👥 Adding contributor(s):
# 🚸 Improving user experience / usability:
# 📱 Working on responsive design:
# 🍎 Fixing something on macOS:
# 🐧 Fixing something on Linux:
# 🏁 Fixing something on Windows:
# 🤖 Fixing something on Android:
# 🍏 Fixing something on iOS:
# 🤡 Mocking things:
# 🥚 Adding an easter egg:
# 🙈 Adding or updating a .gitignore file
# 📸 Adding or updating snapshots