-
Notifications
You must be signed in to change notification settings - Fork 24
Bot messages are still cumbersome und not useful for users #7
Comments
I think this is an issue with commitlint itself: https://github.com/marionebl/commitlint/issues/206 Especially commits the conventional-commits-parser can’t derive a header (type, subject) from produce confusing error messages right now. |
I agree I just submitted caarlos0/env#53 which errored with:
I had no idea what it was on about as message was definitely there i.e. subject and message and I had no clue what was meant by type. I followed the links provided by the bot but there's nothing in this projects README.md that details what it checks. It was only when I found this bug report and the link in it which allowed me to determine what I needed to change to get my commit message to pass the linter. Improving the messaging would really help prevent wasting users time, hunting around for what the linter actually meant. |
Agree as well... messages look really weird and are not very useful to someone who does not know the commit msg rules... |
yeah, what does "message may not be empty" and "type may not be empty" mean? wtf? |
tried something at #18, please let me know what you think :) |
Since I repeatedly receive questions, I will open this ticket here now. The bot message should include a link to the conventions, otherwise new users have no clue at all, what is happening.
So a link pointing the user to the convention, probably https://github.com/conventional-changelog/conventional-changelog/tree/35e60b5be6027fb2784c5103eee111f6f99b045e/packages/conventional-changelog-angular, would be immmensly helpful.
db-migrate/node-db-migrate#549 (comment)
The text was updated successfully, but these errors were encountered: