-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
43 lines (42 loc) · 1.92 KB
/
.gitmessage
File metadata and controls
43 lines (42 loc) · 1.92 KB
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
# <type>(<scope>): <subject>
#
# ─────────────────────────────────────────────────────────────
# Conventional Commits - https://www.conventionalcommits.org
# ─────────────────────────────────────────────────────────────
#
# 📦 Type
# feat ✨ new feature
# fix 🐛 bug fix
# docs 📚 documentation only
# style 💎 formatting, no code change
# refactor ♻️ code change, no feature / no fix
# perf 🚀 performance improvement
# test 🧪 adding or fixing tests
# build 🛠️ build system, dependencies
# ci 🤖 CI / CD configuration
# chore 🧹 maintenance, tooling
# revert ⏪ revert a previous commit
#
# 🎯 Scope (optional)
# ui | xml | pwa | core | ci | docs | deps | config
#
# ✍️ Subject
# • imperative mood ("add" not "added" / "adds")
# • no capital letter at start, no period at end
# • ≤ 50 characters
#
# 📝 Body (optional, wrap at 72 chars)
# Explain the *why*, not the *what*. Diff shows the what.
#
# 📎 Footer (optional)
# Refs: #123
# Closes: #456
# BREAKING CHANGE: describe the break
#
# ─────────────────────────────────────────────────────────────
# Examples
# ─────────────────────────────────────────────────────────────
# feat(xml): add disk partitioning editor
# fix(ui): correct FluentNavMenu active state
# chore(deps): bump FluentUI to 4.11
# docs(readme): add deployment badge