From 1ee26443f4553ad8155125b4d1a5f267f5af6c78 Mon Sep 17 00:00:00 2001 From: Richard Dodd Date: Tue, 28 Mar 2017 11:32:18 +0100 Subject: [PATCH] docs(CONTRIBUTING): Fix markdown Fix markdown in contributing so it displays correctly on github, and also because of the irony. --- CONTRIBUTING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23fb7dd3..1cfbf6a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,13 +20,13 @@ we use the git commit messages to **generate the change log**. Each commit message consists of a **header**, a **body** and a **footer**. The header has a special format that includes a **type**, a **scope** and a **subject**: -`` +``` ():