Skip to content

Commit 9f1ae1b

Browse files
authored
Merge pull request #293 from mypetyak/docs/escape_contributing_markdown
docs: properly escape CONTRIBUTING markdown
2 parents 925b08f + 571e181 commit 9f1ae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In an effort to not repeat bugs (and break less popular features), unit tests ar
2525
The style of the repo follows that of the Linux kernel, in particular:
2626

2727
* Pull requests should be rebased to small atomic commits so that the merged history is more coherent
28-
* The subject of the commit should be in the form "<subsystem>: <subject>"
28+
* The subject of the commit should be in the form "`<subsystem>: <subject>`"
2929
* More details in the body
3030
* Match surrounding coding style (line wrapping, spaces, etc)
3131

0 commit comments

Comments
 (0)