-
Notifications
You must be signed in to change notification settings - Fork 1.5k
docs: Add a summary of the git commit message rules #5283
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
Conversation
CONTRIBUTING.md
Outdated
> 1. Separate subject from body with a blank line | ||
> 2. Limit the subject line to 50 characters | ||
> * [...]shoot for 50 characters, but consider 72 the hard limit. | ||
> 3. Capitalize the subject line | ||
> 4. Do not end the subject line with a period | ||
> 5. Use the imperative mood in the subject line | ||
> * A properly formed Git commit subject line should always be able | ||
> to complete the following sentence: "If applied, this commit will | ||
> _your subject line here_" | ||
> 6. Wrap the body at 72 characters | ||
> 7. Use the body to explain what and why vs. how |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great and very helpful. Can you turn these bullet points into full sentences by having them end with a period? I'll happily approve afterwards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, absolutely. I copied them from the original article (thus the >
), but I am good with adding proper punctuation.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5283 +/- ##
=======================================
Coverage 78.2% 78.2%
=======================================
Files 790 790
Lines 67638 67638
Branches 8164 8163 -1
=======================================
+ Hits 52860 52862 +2
+ Misses 14778 14776 -2 |
…ssages * upstream/develop: fix: Amendment to add transaction flag checking functionality for Credentials (5250) fix: Omit superfluous setCurrentThreadName call in GRPCServer.cpp (5280)
High Level Overview of Change
Add a summary of the git commit message rules from the linked article, so they can be more quickly referenced and not necessarily require contributors to follow the link.
Context of Change
Make the expectations easier to find, and refer contributors toward.
I'm adding this to the 2.5.0 milestone, because there's no rush, but it would be ok to get it into 2.4.0.
Type of Change