Skip to content

Latest commit

 

History

History
70 lines (65 loc) · 2.05 KB

githubemoji.md

File metadata and controls

70 lines (65 loc) · 2.05 KB

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

our rule

add or fix code 🔨 🔨 New feature ✨ ✨ add contents 📝 📝

Commit type Emoji Initial commit 🎉 🎉 Version tag 🔖 🔖 New feature ✨ ✨ Bugfix 🐛 🐛 Metadata 📇 📇 Documentation 📚 📚 Documenting source code 💡 💡 Performance 🐎 🐎 Cosmetic 💄 💄 Tests 🚨 🚨 Adding a test ✅ ✅ Make a test pass ✔️ ✔️ General update ⚡ ⚡ Improve format/structure 🎨 🎨 Refactor code 🔨 🔨 Removing code/files 🔥 🔥 Continuous Integration 💚 💚 Security 🔒 🔒 Upgrading dependencies ⬆️ ⬆️ Downgrading dependencies ⬇️ ⬇️ Lint 👕 👕 Translation 👽 👽 Text 📝 📝 Critical hotfix 🚑 🚑 Deploying stuff 🚀 🚀 Fixing on MacOS 🍎 🍎 Fixing on Linux 🐧 🐧 Fixing on Windows 🏁 🏁 Work in progress 🚧 🚧 Adding CI build system 👷 👷 Analytics or tracking code 📈 📈 Removing a dependency ➖ ➖ Adding a dependency ➕ ➕ Docker 🐳 🐳 Configuration files 🔧 🔧 Package.json in JS 📦 📦 Merging branches 🔀 🔀 Bad code / need improv. 💩 💩 Reverting changes ⏪ ⏪ Breaking changes 💥 💥 Code review changes 👌 👌 Accessibility ♿ ♿ Move/rename repository 🚚 🚚 Other Be creative

type emoji 初めてのコミット(Initial Commit) 🎉 バージョンタグ(Version Tag) 🔖 新機能(New Feature) ✨ バグ修正(Bugfix) 🐛 リファクタリング(Refactoring) ♻️ ドキュメント(Documentation) 📚 デザイン UI/UX(Accessibility) 🎨 パフォーマンス(Performance) 🐎 ツール(Tooling) 🔧 テスト(Tests) 🚨 非推奨追加(Deprecation) 💩 削除(Removal) 🗑️ WIP(Work In Progress) 🚧