Commit Message Style
Type | Content |
---|---|
init | Development Environment Initial Setting |
feat | Add New Features |
fix | Fix Bugs |
update | Unlike Fix, it originally operated normally, but the concept of complement |
remove | When deleting a file |
move | When moving a code or file |
rename | To modify a file or folder name |
docs | If the document is modified |
comment | Add and change required annotations |
refact | Code refactoring (reorganizing code without changing results, increasing readability) |
test | Test code |
chore | Other minor modifications |
Coding Style Guide
camelCase
for variable names.updateChangeLog
).Javascript Convention