This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ==== Emojis ==== | |
| # 🐛 :bug: when fixing a bug | |
| # ✨ :sparkles: when adding or improving a function | |
| # 🎉 :tada: when adding or improving an important function | |
| # ♻️ :recycle: when refactoring code | |
| # 🔥 :fire: when removing code or files | |
| # 💚 :green_heart: when fixing the test or CI build | |
| # 👕 :shirt: when removing linter warnings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ==== Emojis ==== | |
| # 🐛 :bug: バグ修正 | |
| # ✨ :sparkles: 小さな機能改善 / 機能追加 | |
| # 🎉 :tada: 大きな機能改善 / 機能追加 | |
| # ♻️ :recycle: リファクタリング | |
| # 🔥 :fire: 不要な機能・使われなくなった機能の削除 | |
| # 💚 :green_heart: テストやCIの修正・改善 | |
| # 👕 :shirt: Lintエラーの修正やコードスタイルの修正 |