|
1 | 1 | **Resources:** |
2 | 2 | Before submitting an issue, please consult our troubleshooting guide (http://ionicframework.com/docs/troubleshooting/) and developer resources (http://ionicframework.com/docs/developer-resources/) |
3 | 3 |
|
| 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 | + |
4 | 6 | **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) |
6 | 8 | [ ] **2.x** |
7 | 9 | [ ] **3.x** |
| 10 | +[ ] **4.x** |
8 | 11 |
|
9 | 12 | **I'm submitting a ...** (check one with "x") |
10 | 13 | [ ] bug report |
11 | 14 | [ ] 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/ |
13 | 17 |
|
14 | 18 | **Current behavior:** |
15 | 19 | <!-- Describe how the bug manifests. --> |
16 | 20 |
|
17 | 21 | **Expected behavior:** |
18 | 22 | <!-- Describe what the behavior would be without the bug. --> |
19 | 23 |
|
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. --> |
22 | 26 |
|
23 | | -For Ionic V1 issues - http://plnkr.co/edit/Xo1QyAUx35ny1Xf9ODHx?p=preview |
| 27 | +**Related code:** |
24 | 28 |
|
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: |
27 | 30 |
|
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 | +--> |
29 | 38 |
|
30 | 39 | ``` |
31 | | -insert any relevant code here |
| 40 | +insert short code snippets here |
32 | 41 | ``` |
33 | 42 |
|
34 | 43 | **Other information:** |
|
0 commit comments