-
Notifications
You must be signed in to change notification settings - Fork 270
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 example of commit message to contribution guidelines #48
Comments
Perhaps also include an issue template? |
I haven't really investigated/used issue/PR templates yet. I am not sure if they really help much. The main problem we have is people not using the commit message format, adding one feedback roundtrip for PRs. Maybe an PR template that gives a short example of the commit format and points to the CONTRIBUTION.md might help (but by the point of reading it you usually already have written the commit message and then have to go back and amend it 😕). As for a issue template that proposes a rigid feedback form I am mostly against it. I think that at least for the current stage of the project it hinders more loose feedback which we really want and appreciate. We also don't have a huge ton of issues flowing in yet, so I think this something that should be discussed once(/if) we approach a 2-300 open issues. |
I really support the documentation effort in this library. I suspect if high five is up and running then it can also act as a reminder of good commit messages with an example. I think making clear what the modules or files are after the |
As of now what comes after I personally prefer the bit of freedom that is left with the scope (which should be documented if kept), but I can also see the upside for a more fixed form. Overall I mostly lean towards keeping it the current semi-freeform, but also adding examples for that to the contribution guide (and a possible PR template). |
👍 Agree |
docs/contributing: add commit message examples REFERENCE: #48
I added two examples for a complete commit message and how you would create them on the command line when |
Looks good. Also good scope is light, it may make changelogs a bit harder to read, bit I think in the end it is the most effective way forward. I would like to see more projects do this actually. Great to set an example though 👍 |
As @dirvine pointed out (#47 (comment)) an example of a proper commit message would be helpful in the contribution guidelines, since currently it is only explained in an abstract way.
The text was updated successfully, but these errors were encountered: