- Create and describe your proposal/bug in an issue.
- Create a new branch and merge request with the pattern
1-my-feature
. - Commit your code to the commit convention.
type(escope): short description
What does the modification do?
why was it modified?
#issue
- fixed Fix a bug
- added Add a new feature
- removed Remove a peace of code
- updated Update any thing. e.g. feature, piece, refact
- merged -> Major
- added -> Minor
- fixed -> Patch