From c814300f96a0ae22aaaea5f3acf70cb600c87ec8 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Thu, 5 May 2016 22:21:45 +0200 Subject: [PATCH] docs(all): Fix contributing doc formatting Fix the formatting of the titles. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be6946a..32b3e6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,12 @@ -== Contributing to Lettre +## Contributing to Lettre The following guidelines are inspired from the [hyper project](https://github.com/hyperium/hyper/blob/master/CONTRIBUTING.md). -=== Code formatting +### Code formatting All code must be formatted using `rustfmt`. -=== Commit Message Format +### Commit Message Format 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: