-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add commit message convention and coding rules #32
Add commit message convention and coding rules #32
Conversation
@HappyZombies @jwerre what do you think? Can you please take a look at it? It targets to be merged into #18 so we should first finish this one, before merging #18 |
If nobody is against this I would merge :-) |
Looks good to me. And I am excited cuz I never used this git commit convention! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent
It is necessary to use semantics in commit messages so that it is clear what meaning commit have in release process and affected release type (major/minor/patch). The semantics proposed in angular are very widely used - it is really convenient and understandable.
It is also necessary to mention the testing and documentation.