Skip to content

Commit 478009b

Browse files
HonkingGooseben
andauthored
Improve the text flow
Co-authored-by: Ben Straub <[email protected]>
1 parent 058dc00 commit 478009b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Getting in the habit of creating quality commit messages makes using and collabo
6060
As a general rule, your messages should start with a single line that's no more than about 50 characters and that describes the changeset concisely, followed by a blank line, followed by a more detailed explanation.
6161
The Git project requires that the more detailed explanation include your motivation for the change and contrast its implementation with previous behavior -- this is a good guideline to follow.
6262
Write your commit message in the imperative: "Fix bug" and not "Fixed bug" or "Fixes bug."
63-
Here is a https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[template originally written by Tim Pope], and lightly adapted by us:
63+
Here is a template you can follow, which we've lightly adapted from one https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[originally written by Tim Pope]:
6464

6565
[source,text]
6666
----

0 commit comments

Comments
 (0)