From 04c4cc0b279c733541d5ac661451a96d624150bc Mon Sep 17 00:00:00 2001 From: Julie Date: Tue, 4 Mar 2014 09:47:03 -0800 Subject: [PATCH] docs(contributing): add a link to how to use github markdown to make code readable --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9e5f38f8..debfae38d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,8 @@ Before submitting an issues, please search the issue archive, read the When submitting an issue, please include context from your test and your application. If there's an error, please include the error text. +Please format code and markup in your issue using [github markdown](https://help.github.com/articles/github-flavored-markdown). + Pull Requests -------------