Skip to content

Commit

Permalink
docs: properly escape CONTRIBUTING markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mypetyak committed Jul 11, 2017
1 parent 925b08f commit 571e181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -25,7 +25,7 @@ In an effort to not repeat bugs (and break less popular features), unit tests ar
The style of the repo follows that of the Linux kernel, in particular:

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

Expand Down

0 comments on commit 571e181

Please sign in to comment.