Skip to content

Commit

Permalink
Documentation: Rephrase header
Browse files Browse the repository at this point in the history
We are talking about commits here now, not just about description.

At the same time make the first occurence of "the commit" to
"each commit" so readers don't get irritated by the wrong
grammatical number.
  • Loading branch information
donald committed Nov 23, 2016
1 parent 997c4d5 commit 02ac363
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documenation/SubmittingPatches.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Here are some guidelines for people who want to make changes
to this repository.

Describe your changes well.
===========================
Commits
=======

Make separate commits for logically separate changes.

The first line of the commit message should be a short description (50
The first line of each commit message should be a short description (50
characters is the soft limit, see DISCUSSION in git-commit(1)), and
should skip the full stop. It is also conventional in most cases to
prefix the first line with "project: " where the project is a filename
Expand Down Expand Up @@ -64,6 +64,7 @@ changes do not trigger errors with the sample pre-commit hook shipped
in templates/hooks--pre-commit. To help ensure this does not happen,
run git diff --check on your changes before you commit.


Publish your work in a separate branch.
=======================================

Expand Down

0 comments on commit 02ac363

Please sign in to comment.