Skip to content

Commit 756ef09

Browse files
vicbchuckjaz
authored andcommitted
docs(gh): try to improve the issue template (angular#11891)
1 parent 9316f95 commit 756ef09

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/ISSUE_TEMPLATE.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
1+
<!--
2+
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING
3+
-->
4+
15
**I'm submitting a ...** (check one with "x")
26
```
37
[ ] bug report => search github for a similar issue or PR before submitting
48
[ ] feature request
59
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
610
```
711

8-
**Current behavior**
12+
**Current behavior**
913
<!-- Describe how the bug manifests. -->
1014

1115
**Expected behavior**
1216
<!-- Describe what the behavior would be without the bug. -->
1317

14-
**Reproduction of the problem**
15-
<!-- If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5). -->
18+
**Minimal reproduction of the problem with instructions**
19+
<!--
20+
If the current behavior is a bug or you can illustrate your feature request better with an example,
21+
please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
22+
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
23+
-->
1624

1725
**What is the motivation / use case for changing the behavior?**
1826
<!-- Describe the motivation or the concrete use case -->
1927

2028
**Please tell us about your environment:**
2129
<!-- Operating system, IDE, package manager, HTTP server, ... -->
2230

23-
* **Angular version:** 2.0.X
31+
* **Angular version:** 2.0.X
2432
<!-- Check whether this is still an issue in the most recent Angular version -->
2533

26-
* **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 ]
34+
* **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 ]
2735
<!-- All browsers where this could be reproduced -->
2836

2937
* **Language:** [all | TypeScript X.X | ES6/7 | ES5]
30-
38+
3139
* **Node (for AoT issues):** `node --version` =

0 commit comments

Comments
 (0)