-
Notifications
You must be signed in to change notification settings - Fork 69
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
Better commit messages #50
Comments
I think a clean history and good commit messages are important, but I read the guidelines you linked to a long time ago and I think I'm pretty close. If I'm failing miserably then I'd love some more concrete feedback. I'm not sure what's wrong with |
I gave the example because you're using 3 different times for the commit message titles which is not very nice. Also - some commit titles are capitalized and some are not. This might sound like a trivial detail, but it looks sloppy on the outside. As for bad commit messages - |
i don't mind switch to my point is: we can improve on these messages, sure. but let's be concrete what we want to change and don't go tumbling down this rabbit hole of being too strict on what we expect from ourselves and contributors. |
RuboCop :-) I see the commit matches the issue, so I'm not clear what you mean by this.
I'd love to see some consistence and no non-descriptive messages. Don't know about you, but I can be super strict... :-) |
sry about robocop. i guess i fell for the intended pun ;) i mean the
consistence i am not super concerned about. but again: if you have concrete suggestions (like instead of |
Sure, but I often use either |
raising the awareness of commit msgs is always good. so thanks for creating this issue. CONTRIBUTING.md fair point, will do. |
I was going through the commit history and saw commit messages like:
adds ...
added ...
Add ...
Clearly the project is not employing a consistent style for the commit messages - pretty much every contributor uses a different style for those. Compare this with the commit history of RuboCop.
I believe that all projects can benefit from more descriptive commit messages and a consistent style for them, so I'd like to propose adopting the widely respected guidelines suggested here. Maybe we can add a note about this in the
CONTRIBUTING.md
(I'd suggest just copying the one fromcider-nrepl
)?The text was updated successfully, but these errors were encountered: