From 756ef09d12b876cdc0fe21a03a8c24547db1522b Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 30 Sep 2016 16:40:56 -0700 Subject: [PATCH] docs(gh): try to improve the issue template (#11891) --- .github/ISSUE_TEMPLATE.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 86c4d6d90b..c7b68e6234 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,7 @@ + + **I'm submitting a ...** (check one with "x") ``` [ ] bug report => search github for a similar issue or PR before submitting @@ -5,14 +9,18 @@ [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ``` -**Current behavior** +**Current behavior** **Expected behavior** -**Reproduction of the problem** - +**Minimal reproduction of the problem with instructions** + **What is the motivation / use case for changing the behavior?** @@ -20,12 +28,12 @@ **Please tell us about your environment:** -* **Angular version:** 2.0.X +* **Angular version:** 2.0.X -* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] +* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] * **Language:** [all | TypeScript X.X | ES6/7 | ES5] - + * **Node (for AoT issues):** `node --version` =