mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
CONTRIBUTING.md: link to "imperative mood" inline
Replace raw URL to English Wikipedia article about imperative mood with an inline link. Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
This commit is contained in:
parent
1cc6981b62
commit
43cdcd0c4b
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,7 @@ Also, please write good git commit messages. A good commit message looks like th
|
|||
|
||||
That header line really should be meaningful, and really should be just one line. The header line is what is shown by tools like gitk and shortlog, and should summarize the change in one readable line of text, independently of the longer explanation.
|
||||
|
||||
The preferred way to write a commit message is using imperative mood, e.g. "Make foo do xyz" instead of "This patch makes foo do xyz" or "I made foo do xyz", as if you are giving commands or requests to the code base.
|
||||
https://en.wikipedia.org/wiki/Imperative_mood
|
||||
The preferred way to write a commit message is using [imperative mood][11], e.g. "Make foo do xyz" instead of "This patch makes foo do xyz" or "I made foo do xyz", as if you are giving commands or requests to the code base.
|
||||
|
||||
![gitk sample][9]
|
||||
|
||||
|
@ -97,3 +96,4 @@ In order to make reviews simpler and have contributions merged faster in the cod
|
|||
[8]: https://gerrit-review.googlesource.com/Documentation/user-signedoffby.html
|
||||
[9]: https://subsurface-divelog.org/wp-content/uploads/2011/10/Screenshot-gitk-subsurface-1.png "Example with gitk"
|
||||
[10]: https://github.com/Subsurface/subsurface/blob/master/CodingStyle
|
||||
[11]: https://en.wikipedia.org/wiki/Imperative_mood
|
||||
|
|
Loading…
Reference in a new issue