Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c35786a

Browse files
authoredMar 22, 2017
chore(github): update issue template
Closes #15824
1 parent 60644d5 commit c35786a

File tree

1 file changed

+36
-27
lines changed

1 file changed

+36
-27
lines changed
 

‎.github/ISSUE_TEMPLATE.md

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
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.**
2-
3-
**Do you want to request a *feature* or report a *bug*?**
4-
5-
6-
7-
**What is the current behavior?**
8-
9-
10-
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).**
12-
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)**
1+
<!--
2+
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATION
3+
-->
4+
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. -->
9+
10+
**I'm submitting a ...**
11+
<!-- (check one with "x") -->
12+
- [ ] bug report
13+
- [ ] feature request
14+
- [ ] other (Please do not submit support requests here (see above))
15+
16+
**Current behavior:**
17+
<!-- Describe how the bug manifests / how the current features are insufficient. -->
18+
19+
**Expected / new behavior:**
20+
<!-- Describe what the behavior would be without the bug / how the feature would improve AngularJS -->
21+
22+
**Minimal reproduction of the problem with instructions:**
23+
<!--
24+
If the current behavior is a bug or you can illustrate your feature request better with an example,
25+
please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
26+
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:yBpEi4).
27+
-->
28+
29+
**Angular version:** 1.x.y
30+
<!-- Check whether this is still an issue in the most recent stable or in the snapshot AngularJS version (https://code.angularjs.org/snapshot/) -->
31+
32+
**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 ]
33+
<!-- All browsers where this could be reproduced (and Operating System if relevant) -->
34+
35+
**Anything else:**
36+
<!-- e.g. stacktraces, related issues, suggestions how to fix -->

0 commit comments

Comments
 (0)
This repository has been archived.