mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CONTRIBUTING.md: use block syntax for prose examples
Use Markdown block syntax for the example of a commit message instead of hard-line breaks with double spaces at the end. Such formatting separates it from the other parts of the text in `CONTRIBUTING.md` and makes the wrapping at 74 characters easier to understand with monospace font. Do the same to the examples of `CHANGELOG.md` entries. Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
This commit is contained in:
parent
4899a04505
commit
be1c5b574b
1 changed files with 15 additions and 15 deletions
|
@ -51,7 +51,7 @@ please do proper word-wrap and keep columns shorter than about
|
|||
nicely even when it's indented.
|
||||
|
||||
Reported-by: whoever-reported-it
|
||||
Signed-off-by: Your Name \<you@example.com\>
|
||||
Signed-off-by: Your Name <you@example.com>
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue