-
Notifications
You must be signed in to change notification settings - Fork 173
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
feat: add commit message lint to workflow #243
Comments
good point |
@seeflood do we need pr title check now? find an action, i have tested it, we can add. |
@ZLBer It sounds good ! I think we need it. Should I assign it to you? @ZLBer |
@seeflood fine, late commit |
What would you like to be added:
New workflow to check commit message standard
Why is this needed:
In the layotto commit history, we can see the commit message without any standard and it is hard to read. As projects grow up, there will be more and more commits with messages, if we don not any commit lint, it will be a trouble to check and review history commits.
Advantages:
Demo
Commit Message Format
Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject:
Details: https://github.com/conventional-changelog/commitlint
The text was updated successfully, but these errors were encountered: