From e10ca5316a72adb8942aa8ae21daf8d5e00daf56 Mon Sep 17 00:00:00 2001 From: Clemens Tolboom Date: Wed, 28 Sep 2016 20:31:56 +0200 Subject: [PATCH] feat(template): issue template look better (#2384) The current template produces disjunct list items so the numbering contains only 1's. Let's make this a H3 --- .github/ISSUE_TEMPLATE.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 92f0cfde8292..fa7c45bbb104 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,22 +1,23 @@ > Please provide us with the following information: > --------------------------------------------------------------- -1. OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?) +### OS? +> Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?) -2. Versions. Please run `ng --version`. If there's nothing outputted, please run -in a Terminal: `node --version` and paste the result here: +### Versions. +> Please run `ng --version`. If there's nothing outputted, please run in a Terminal: `node --version` and paste the result here: -3. Repro steps. Was this an app that wasn't created using the CLI? What change did you - do on your code? etc. +### Repro steps. +> Was this an app that wasn't created using the CLI? What change did you do on your code? etc. -4. The log given by the failure. Normally this include a stack trace and some - more information. +### The log given by the failure. +> Normally this include a stack trace and some more information. -5. Mention any other details that might be useful. +### Mention any other details that might be useful. > --------------------------------------------------------------- > Thanks! We'll be in touch soon.