From 571e1811528c062736541d1c224fd3b61bbefddc Mon Sep 17 00:00:00 2001 From: Christopher Bunn Date: Mon, 10 Jul 2017 20:06:05 -0700 Subject: [PATCH] docs: properly escape CONTRIBUTING markdown --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 127c7634..521ee3a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ": " +* The subject of the commit should be in the form "`: `" * More details in the body * Match surrounding coding style (line wrapping, spaces, etc)