Skip to content

Instantly share code, notes, and snippets.

@3ru
Last active April 9, 2021 04:00
Show Gist options
  • Save 3ru/ad99d74e9f1384bf041abb6dfdabe221 to your computer and use it in GitHub Desktop.
Save 3ru/ad99d74e9f1384bf041abb6dfdabe221 to your computer and use it in GitHub Desktop.
🐲 Emoji prefix
# ==== Prefix ====
# init
# feat
# fix
# refactor
# docs
# des
# remove
# test
# chore
# ==== Emojis ====
# 🎉 :tada: 初めてのコミット (init)
# ✨ :sparkles: 新機能 (feat)
# 👍 :+1: 機能改善(バグ修正含む) (fix)
# ♻️ :recycle: リファクタリング (refactor)
# 📚 :books: ドキュメント変更のみ (docs)
# 🎨 :art: デザインUI/UX (des)
# 🚿 :shower: 不要な機能・使われなくなった機能の削除 (remove)
# 🚨 :rotating_light: テスト追加やCIの修正・改善 (test)
# 🧹 :broom: 雑用等、上記に当てはまらないもの (chore)
# ==== Format ====
# :emoji: 主題(Subject)
#
# 内容(body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment