From 6311fe51310f3719bc2f72fc2b94561668a00672 Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Tue, 26 Jul 2016 20:47:53 -0700 Subject: [PATCH] Make it clear markdownfmt mumbo jumbo is optional. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 764fd0c..a9b24ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,4 +28,5 @@ When you contribute, keep in mind these conventions: - *Tips*: Everything you should know about the service, from big stuff to details. - *Cost Management*: Tips specific to that service on reducing or managing costs. - *Gotchas and Limitations*: Common problems, large and small, as well as misconceptions and quirks. -- Keep consistent formatting in markdown via [markdownfmt](https://github.com/shurcooL/markdownfmt). Run **admin/reformat.sh** before committing. + +Note we try to keep consistent formatting in Markdown via [markdownfmt](https://github.com/shurcooL/markdownfmt). We run **admin/reformat.sh** to do this, but you don't have to worry about it unless you really want to.