| 🎉 | :tada: | 初めてのコミット(Initial Commit) |
| 🔖 | :bookmark: | バージョンタグ(Version Tag) |
| ✨ | :sparkles: | 新機能(New Feature) |
| 🐛 | :bug: | バグ修正(Bugfix) |
| ♻️ | :recycle: | リファクタリング(Refactoring) |
| 📚 | :books: | ドキュメント(Documentation) |
| 💡 | :bulb: | ソースコード ドキュメント(Documenting source code) |
| 🎨 | :art: | デザインUI/UX(Accessibility) |
| 🐎 | :horse: | パフォーマンス(Performance) |
| 🔧 | :wrench: | ツール(Tooling) |
| 🚨 | :rotating_light: | テスト(Tests) |
| ✅ | :white_check_mark: | テストケース追加(Adding a test) |
| ✔️ | :heavy_check_mark: | テストPassed(Make a test pass) |
| 💚 | :green_heart: | CI(Continuous Integration) |
| 🔒 | :lock: | セキュリティ対策(Security) |
| 👌 | :ok_hand: | コードレビューFix(Code review Fix) |
| ⬆️ | :arrow_up: | 依存パッケージアップデート(Upgrading dependencies) |
| ⬇️ | :arrow_down: | 依存パッケージダウングレード(Downgrading dependencies) |
| 🚑 | :ambulance: | HotFix(Critical hotfix) |
| ⏪ | :rewind: | リバート(Reverting changes) |
| 💩 | :hankey: | 非推奨追加(Deprecation) |
| 🗑️ | :wastebasket: | 削除(Removal) |
| 🚧 | :construction: | WIP(Work In Progress) |