Skip to content

Commit 571e181

Browse files
committed
docs: properly escape CONTRIBUTING markdown
1 parent 925b08f commit 571e181

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)