Skip to content

Commit f2dc8b2

Browse files
authored
chore(): add information to issue template
The following information was added: * removed the v1 checkbox, left link to v1 repo * added link for Ionic Pro issues * more clearly redirect How To type questions to the public forums * suggest sample code in following order: GitHub, StackBlitz, Plunker
1 parent 547ab8d commit f2dc8b2

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,43 @@
11
**Resources:**
22
Before submitting an issue, please consult our troubleshooting guide (http://ionicframework.com/docs/troubleshooting/) and developer resources (http://ionicframework.com/docs/developer-resources/)
33

4+
Please make sure you are posting an issue pertaining to the Ionic Framework. If you are having an issue with the Ionic Pro services (Ionic View, Ionic Deploy, etc.) please consult the Ionic Pro support portal (http://support.ionicjs.com)
5+
46
**Ionic version:** (check one with "x")
5-
[ ] **1.x** (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
7+
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
68
[ ] **2.x**
79
[ ] **3.x**
10+
[ ] **4.x**
811

912
**I'm submitting a ...** (check one with "x")
1013
[ ] bug report
1114
[ ] feature request
12-
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
15+
16+
Please do not submit support requests or "How to" questions here. Instead, please use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
1317

1418
**Current behavior:**
1519
<!-- Describe how the bug manifests. -->
1620

1721
**Expected behavior:**
1822
<!-- Describe what the behavior would be without the bug. -->
1923

20-
**Steps to reproduce:**
21-
<!-- If you are able to illustrate the bug or feature request with an example, please provide steps to reproduce and if possible a demo using one of the following templates:
24+
**SIfteps to reproduce:**
25+
<!-- Please explain the steps required to duplicate the issue, especially if you are able to provide a sample application. -->
2226

23-
For Ionic V1 issues - http://plnkr.co/edit/Xo1QyAUx35ny1Xf9ODHx?p=preview
27+
**Related code:**
2428

25-
For Ionic issues - http://plnkr.co/edit/cpeRJs?p=preview
26-
-->
29+
<!-- If you are able to illustrate the bug or feature request with an example, please provide a sample application via one of the following means:
2730
28-
**Related code:**
31+
A sample application via GitHub
32+
33+
StackBlitz (https://stackblitz.com)
34+
35+
Plunker (http://plnkr.co/edit/cpeRJs?p=preview)
36+
37+
-->
2938

3039
```
31-
insert any relevant code here
40+
insert short code snippets here
3241
```
3342

3443
**Other information:**

0 commit comments

Comments
 (0)