Skip to content

Git commit messages

Yuto Mizutani edited this page Aug 21, 2018 · 1 revision

=== Git Commit Messages === https://gist.github.com/avalanche123/981817

  • GitHub -

:octocat: GitHubに関する機能

  • Upgrade features -

👍 👍 機能改善

✨ ✨ 部分的な機能追加

🎉 🎉 盛大に祝うべき大きな機能追加

💎 💎 Release バージョン更新

  • File operate -

📁 📁 when adding source files without codes (e.g. images, musics) コード以外のファイルを追加したとき

🔥 🔥 when removing code or files コードまたはファイルを削除するとき

✂️ ✂️ 不要なコード,ファイルを削除したとき

  • Performance -

🎨 🎨 when improving the format/structure of the code コードの書式/構造を「改善」するとき

🐎 🐎 when improving performance パフォーマンスを向上させるとき

🚱 🚱 when plugging memory leaks メモリリークを塞ぐとき

🐛 🐛 when fixing a bug バグを修正するとき

  • Warning commit -

😡 😡 when breaking codes 破壊されているコードをあげるとき

  • Docs -

📝 📝 when writing docs ドキュメントを書くとき

  • Tests & Security -

💚 💚 when fixing the CI build CIビルドを修正するとき

✅ ✅ when adding tests テストを追加するとき

🔒 🔒 when dealing with security セキュリティを扱うとき

👮 👮 リンターをアップデートするとき

👕 👕 when removing linter warnings リンターの警告を取り除くとき

  • Dependencies -

⬆️ ⬆️ when upgrading dependencies 依存関係をアップグレードするとき

⬇️ ⬇️ when downgrading dependencies 依存関係をダウングレードするとき

  • TDD -

🍎 🍎 Red

🍏 🍏 Green

🍰 🍰 Refectering

Clone this wiki locally