-
Notifications
You must be signed in to change notification settings - Fork 26.7k
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
Adopt a commit message style? #965
Comments
I generally try to preface commit messages with bracketed tags related to the commit, but I don't see the value of a tightly enforced commit message convention trumping the inconvenience of requiring everybody to follow it. |
If you find it useful, here are my thoughts on what makes a great commit message. Regarding the inconvenience of requiring everyone to use it, this can be resolved fairly easy by standardizing on a tool like Overcommit for your team to manage Git hooks. |
On an open source project, however, it becomes much more difficult to require potential contributors - who are often newcomers - to follow a commit message convention. Being welcoming to newcomers is very important. |
Totally! |
Link for the lazy: https://www.npmjs.com/package/commitplease |
@all3fox You should submit a PR to Overcommit that adds commitplease as a CommitMsg hook. I've opened an issue over there if you are interested: sds/overcommit#405 |
Thank you, I have just been assigned to that too: jzaefferer/commitplease#72 |
Hello, guardians of reasonable javascript style! It appears that you also follow some sort of a commit message style (but I could not find its description). Would you like to adopt some formal commit message style (like jquery style, angular style or maybe your own)?
Here is how commit history looks in those projects: jquery core and angular.js
The text was updated successfully, but these errors were encountered: