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` =