(ENG) Github Commit Message Conventions
Commit messages should abide to the following convention :
Activity: Commit Message
- Activities
-
feat
: new features -
fix
: fix an error or issue -
chore
: minor fixes (when it does not correspond to build errors, operational code fixes/refactoring) -
mod
: modify existing feature -
rfc
: refactor code -
rmv
: remove existing file or directory -
doc
: changes to document or comment
-
Enjoy Reading This Article?
Here are some more articles you might like to read next: