Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 10d1a69

Browse files
committed
chore(github): update issue template
1 parent a59f46b commit 10d1a69

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
1-
***Note*: for support questions, please use one of these channels: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#question. This repository's issues are reserved for feature requests and bug reports.**
1+
<!--
2+
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATION
3+
-->
24

3-
**Do you want to request a *feature* or report a *bug*?**
5+
<!--
6+
- For *SUPPORT QUESTIONS*, use one of the
7+
[support channels](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#question).
8+
- Before submitting, please **SEARCH GITHUB** for a similar issue or PR. -->
49

10+
**I'm submitting a ...** (check one with "x")
11+
[ ] bug report
12+
[ ] feature request
13+
[ ] other (Please do not submit support requests here (see above))
514

15+
**Current behavior:**
16+
<!-- Describe how the bug manifests / how the current features are insufficient. -->
617

7-
**What is the current behavior?**
18+
**Expected / new behavior:**
19+
<!-- Describe what the behavior would be without the bug / how the feature would improve AngularJS -->
820

21+
**Minimal reproduction of the problem with instructions:**
22+
<!--
23+
If the current behavior is a bug or you can illustrate your feature request better with an example,
24+
please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
25+
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:yBpEi4).
26+
-->
927

28+
**Angular version:** 1.x.y
29+
<!-- Check whether this is still an issue in the most recent stable or in the snapshot AngularJS version (https://code.angularjs.org/snapshot/) -->
1030

11-
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar (template: http://plnkr.co/edit/tpl:yBpEi4).**
31+
**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 ]
32+
<!-- All browsers where this could be reproduced (and Operating System if relevant) -->
1233

13-
14-
15-
**What is the expected behavior?**
16-
17-
18-
19-
**What is the motivation / use case for changing the behavior?**
20-
21-
22-
23-
**Which versions of AngularJS, and which browser / OS are affected by this issue? Did this work in previous versions of AngularJS? Please also test with the latest stable and snapshot (https://code.angularjs.org/snapshot/) versions.**
24-
25-
26-
27-
**Other information (e.g. stacktraces, related issues, suggestions how to fix)**
34+
**Anything else:**
35+
<!-- e.g. stacktraces, related issues, suggestions how to fix -->

0 commit comments

Comments
 (0)