From e5811652929e4dfc1dc71f5f2667da011b10f918 Mon Sep 17 00:00:00 2001 From: Logan Tegman Date: Thu, 18 Feb 2016 09:03:54 -0800 Subject: [PATCH] Tweak issue template + Make headings smaller + Add code pasting area --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1c32109248..490a9bf729 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,16 +1,22 @@ -## FreeCodeCamp Issue template +#### FreeCodeCamp Issue template To Use this Template: * Fill out what you can * Delete what you do not fill out NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://gitter.im/FreeCodeCamp/Help -## Issue Description +#### Issue Description * When Issue Happens * Steps To Reproduce -## Browser Information +#### Browser Information * Browser Name, Version * Operating System -## Screenshot +#### Your Code + +```js +If relevant, paste all of your challenge code in here +``` + +#### Screenshot