-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitcommittemplate.txt
25 lines (20 loc) · 1.18 KB
/
gitcommittemplate.txt
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
# ----------------------------------------------------------
# Header - type(scope): Brief description
# ----------------------------------------------------------
# * feat :sparkles: ✨ A new feature - SemVar PATCH
# * fix :bug: 🐛 A bug fix - SemVar MINOR
# * BREAKING CHANGE :boom: 💥 Breaking API change - SemVar MAJOR
# * build :hammer_and_pick: 🛠 Change to build system
# * ci :gear: ⚙️ Change to CI pipeline/workflow
# * docs :books: 📚 Change to documentation only
# * perf :rocket: 🚀 Change that affects performance
# ----------------------------------------------------------
# ----------------------------------------------------------
# Body - More description, if necessary.
# Motivation behind changes, more detail into how functionality might be affected, etc.
# ----------------------------------------------------------
# ----------------------------------------------------------
# Footer - Associated issues, PRs, etc.
# ----------------------------------------------------------
# * Ex: Resolves Issue #207, see PR #15, etc.
# ----------------------------------------------------------