8000 docs: Add a summary of the git commit message rules by ximinez · Pull Request #5283 · XRPLF/rippled · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 3 commits into from
Feb 11, 2025

Conversation

ximinez
Copy link
Collaborator
@ximinez ximinez commented Feb 11, 2025

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

  • Documentation update

@ximinez ximinez added Documentation README changes, code comments, etc. Trivial Simple change with minimal effect, or already tested. Only needs one approval. labels Feb 11, 2025
@ximinez ximinez added this to the 2.5.0 (2025) milestone Feb 11, 2025
@ximinez ximinez requested a review from bthomee February 11, 2025 16:35
CONTRIBUTING.md Outdated
Comment on lines 111 to 121
> 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
Copy link
Collaborator

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.

Copy link
Collaborator Author

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.

Copy link
codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.2%. Comparing base (fa5a854) to head (5d6bc8a).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           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     

see 2 files with indirect coverage changes

Impacted file tree graph

…ssages

* upstream/develop:
  fix: Amendment to add transaction flag checking functionality for Credentials (5250)
  fix: Omit superfluous setCurrentThreadName call in GRPCServer.cpp (5280)
@ximinez ximinez added the Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. label Feb 11, 2025
@ximinez ximinez changed the title [TRIVIAL] docs: Add a summary of the git commit message rules docs: Add a summary of the git commit message rules Feb 11, 2025
@ximinez ximinez merged commit 3a55a64 into develop Feb 11, 2025
24 checks passed
@ximinez ximinez deleted the ximinez/commitmessages branch February 11, 2025 20:50
This was referenced Feb 18, 2025
This was referenced Feb 26, 2025
This was referenced Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation README changes, code comments, etc. Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. Trivial Simple change with minimal effect, or already tested. Only needs one approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0