Skip to content

Instantly share code, notes, and snippets.

@YTakahashii
Last active February 1, 2019 19:08
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 YTakahashii/e55fcd6848a699944b13083ee7676b25 to your computer and use it in GitHub Desktop.
Save YTakahashii/e55fcd6848a699944b13083ee7676b25 to your computer and use it in GitHub Desktop.
Emoji prefix
# ==== Emojis ====
# 🎉 :tada: Initial commit
# 🔖 :bookmark: バージョンタグ
# 🐛 :bug: バグ修正
# ✏️ :pencil2: タイポ修正
# 👍 :+1: 機能改善
# ✨ :sparkles: 部分的な機能追加
# 💄 :lipstick: UIやスタイルファイルのアップデート
# 📝 :memo: ドキュメントやコメントの追加
# ♻️ :recycle: リファクタリング
# 🗑️ :wastebasket: 不要な機能・使われなくなった機能の削除
# ✅ :white_check_mark: テスト実装
# 💚 :green_heart: テストやCIの修正・改善
# 👕 :shirt: Lintエラーの修正やコードスタイルの修正
# 🚀 :rocket: パフォーマンス改善
# ➕ :heavy_plus_sign: 依存パッケージの追加
# ➖ :heavy_minus_sign: 依存パッケージの削除
# 🆙 :up: 依存パッケージのアップデート
# 🔒 :lock: 新機能の公開範囲の制限
# 👮 :cop: セキュリティ関連の改善
# 🚧 :construction: WIP(Work In Progress)
# 🙈 :see_no_evil: .gitignoreファイルの更新
# 🏷️ :label: 型の追加やアップデート
# 🐳 :whale: Dockerの作業
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment