Skip to content
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

Follow the seven rules laid out in "How to Write a Git Commit Message" #9

Open
cbeams opened this issue May 1, 2018 · 0 comments
Open

Comments

@cbeams
Copy link
Member

cbeams commented May 1, 2018

For those unfamiliar with this article, the recommendation is to read it once through to get complete context on why these rules are valuable to follow: http://chris.beams.io/posts/git-commit

For those who are already familiar, the seven rules can be quickly referenced at https://chris.beams.io/posts/git-commit/#seven-rules, and are pasted here below for yet further convenience:

  1. Separate subject from body with a blank line
  2. Limit the subject line to 50 characters
  3. Capitalize the subject line
  4. Do not end the subject line with a period
  5. Use the imperative mood in the subject line
  6. Wrap the body at 72 characters
  7. Use the body to explain what and why vs. how
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant