Skip to content

コミット記法

Kasugaccho edited this page Oct 25, 2019 · 18 revisions

コミット記法

記法 意味
📜 [Readme]: README.mdの編集
🏛 [Version]: Version.hppの編集
💳 [License]: LICENSE_1_0.txtの編集
📚 [Reference]: Reference関連の編集
📝 [Refactoring]: ソースコードの整理
🐞 [Bug-fix]: バグの修正
⚠️ [Warning-fix]: 警告の修正
➕ [Add]: 新しい機能の追加
🔀 [Change]: 機能の変更
🗑️[Remove]: 削除
🗑️[Reduction]: 削減

Sample

📜 [Readme]: Added android URL of image viewer.
🏛 [Version]: Updated DUNGEON_TEMPLATE_LIBRARY_VERSION.
🐞 [Bug-fix]: Removed DTL_VERSIONING_CPP14_CONSTEXPR that was causing errors in Android Clang.
➕ [Add]: Added All.cpp.
🔀 [Change]: Replaced Border.hpp with All.cpp.
Clone this wiki locally