Skip to content

컨벤션

limkhl edited this page Dec 1, 2021 · 2 revisions

Gitmoji 커밋 컨벤션

? build  
? ci  
📝 docs : Add or update documents  
✨ feat : Introduce new features  
🐛 fix : Fix a Bug  
🚑 hotfix : Critical hotfix  
⚡ perf : Improve performance  
♻️ refactor : Refactor code   
⏪ revert : Revert chages  
💄 style : Add or update UI and style files  
✅ test : Add, update, or pass tests  
? chore  
🚧 wip : Work in progress  
🔧 config : Add or update configuration files  
🚸 improve : Improve performance  

브랜치 명명 컨벤션

  • 종류/페이지명/기능이름
  • (ex) [ hotfix / refactor / feat ] / [페이지명] / [기능이름]
Clone this wiki locally