Created
September 15, 2020 00:38
-
-
Save ispern/148fcf9681fca7014517020a8be11b4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ==== Emojis ==== | |
# 🎉 :tada: 最初のコミット | |
# 🐛 :bug: バグ修正 | |
# 👍 :+1: 機能改善 | |
# ✨ :sparkles: 部分的な機能追加 | |
# 💄 :lipstick: UI・スタイルの修正・改善 | |
# ♻️️ :recycle: リファクタリング | |
# 🚿 :shower: 不要な機能・使われなくなった機能の削除 | |
# ✅ :white_check_mark: テストの修正・改善 | |
# 👷 :construction_worker: CIの修正・改善 | |
# 🔧 :wrench: 設定ファイルの追加・修正 | |
# 👕 :shirt: Lintエラーの修正やコードスタイルの修正 | |
# 🚀 :rocket: パフォーマンス改善 | |
# ⬆️ :up: 依存パッケージなどのアップデート | |
# 👮 :cop: セキュリティ関連の改善 | |
# 📝 :memo: ドキュメントやREADMEの更新 | |
# ==== Format ==== | |
# :emoji: Subject | |
# | |
# Commit body... | |
# ==== THe Seven Rules ==== | |
# 1.タイトルの後は1行空けて本文を書く | |
# 2.タイトルを50字以内におさめる | |
# 3.タイトルの文頭を大文字にする | |
# 4.タイトルの文末にピリオドを付けない | |
# 5.タイトルは命令形で記述する | |
# 6.本文は1行あたり72字以内におさめる | |
# 7.本文ではどのようにではなく何をとなぜを説明する | |
# How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment