Skip to content

Instantly share code, notes, and snippets.

@risacan
Last active March 6, 2020 09:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save risacan/2a09ed83164f886a2c505962fdd79812 to your computer and use it in GitHub Desktop.
Save risacan/2a09ed83164f886a2c505962fdd79812 to your computer and use it in GitHub Desktop.
.commit_template
# emoji prefix
# 🎉 :tada: めっちゃいい機能追加
# ✨ :sparkles: 部分的な機能追加やいい修正
# 🎨 :art: UIに関わる修正
# 🐞 :beetle: バグの修正
# ♻ :recycle: リファクタリング
# 🚿 :shower: Lintの修正
# 🔧 :wrench: 既存機能の修正
# 📝 :memo: ソースコードには影響のない変更
# 🔥 :fire: 機能の削除
# 🛢️ :oil_drum: DBに関わる修正
# ✅ :white_check_mark: テスト関連の修正
# 🆕 :new: 新しいファイルの追加
# 🚚 :truck: ファイルの移動
# 📛 :name_badge: 名前の変更
# 👮‍♀️ :policewoman: Rubocopの修正
# 🏇 :horse_racing: パフォーマンスの改善
# 🙈 :see_no_evil: .gitignoreの更新
# 💎 :gem: Gemの追加/削除/更新
@risacan
Copy link
Author

risacan commented Aug 1, 2018

$ wget https://gist.githubusercontent.com/risacan/2a09ed83164f886a2c505962fdd79812/raw/bab5681e7385ccd008ad6f3f37068d3bacac5e74/commit_template -O ~/.commit_template
$ git config --global commit.template ~/.commit_template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment