forked from takaaki-mizuno/laravel-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.commit_template
31 lines (28 loc) · 991 Bytes
/
.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
29
30
31
# ==== Emojis ====
# 🐛 :bug: Bug Fix
# 👍 :+1: Improvement
# ✨ :sparkles: Add Small Feature
# 🎉 :tada: Add Big Feature
# ♻️ :recycle: Refactoring
# 🚿 :shower: Delete unused code
# 💚 :green_heart: Test / CI improvement
# 👕 :shirt: Fix to follow cording standard
# 🚀 :rocket: performance improvement
# 🆙 :up: Update related package
# 🔒 :lock: a-b testing for new feature
# 👮 :cop: update for security
# ==== Format ====
# :emoji: Subject
#
# Commit body...
# ==== The Seven Rules ====
# 1. Separate subject from body with a blank line
# 2. Limit the subject line to 50 characters
# 3. Capitalize the subject line
# 4. Do not end the subject line with a period
# 5. Use the imperative mood in the subject line
# 6. Wrap the body at 72 characters
# 7. Use the body to explain what and why vs. how
#
# How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/
# for http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/