-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmessage
36 lines (33 loc) · 1.38 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
: (#Issue)
# ==== Type ====
# --TIL活動--
# TIL Docs: TIL活動のドキュメント化
#
# --ポートフォリオサイト--
# feat: 機能追加
# fix: バグ・typo・エラー修正
# refactor: リファクタリング・改善
# update: ライブラリ・バージョン更新
# data update: ポートフォリオデータ更新
# test: テストの追加・改善
# settings: 環境周りの設定の追加・改善
# docs: ドキュメント追加・更新
# remove: 不要な機能削除
# misc: その他
# ==== Format ====
# type: Subject(#issue)
#
# Commit body...
#
# ※push時にデプロイをしない場合は [skip ci] をつける
# ==== The Seven Rules ====
# 1. Separate subject from body with a blank line(件名と内容は空白行で区切る)
# 2. Limit the subject line to 50 characters(件名は50文字まで)
# 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(内容は72文字以内で折り返す)
# 7. Use the body to explain what and why vs. how
# (内容で、何が変わったか、なぜそうしたのか、どうやったのかを説明する)
#
# How to Write a Git Commit Message https://chris.beams.io/posts/git-commit/