|
1 | | -**Note: for support questions, please use one of these channels:** |
| 1 | +<!-- |
2 | 2 |
|
3 | | -https://forum.ionicframework.com/ |
4 | | -http://ionicworldwide.herokuapp.com/ |
| 3 | +==> PLEASE READ <== |
5 | 4 |
|
6 | | -**Note: for build related issues you can open up an issue on the ionic-app-scripts repo** |
| 5 | +For support questions, use one of these channels: |
7 | 6 |
|
8 | | -https://github.com/ionic-team/ionic-app-scripts |
| 7 | + https://forum.ionicframework.com/ |
| 8 | + http://ionicworldwide.herokuapp.com/ |
9 | 9 |
|
10 | | -Please ensure that you are on the latest version of the CLI. |
11 | | -`npm view ionic@latest version` |
| 10 | +For build related issues, use the ionic-app-scripts repo: |
12 | 11 |
|
13 | | -#### Short description of the problem: |
| 12 | + https://github.com/ionic-team/ionic-app-scripts |
14 | 13 |
|
| 14 | +For feature requests, you can wipe out this issue template and just describe |
| 15 | +the feature. |
15 | 16 |
|
16 | | -#### What behavior are you expecting? |
| 17 | +--> |
17 | 18 |
|
| 19 | +**Description:** |
| 20 | +<!-- Please describe the problem you're having. --> |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +**Steps to Reproduce:** |
| 25 | +<!-- |
| 26 | +If applicable, the best way to illustrate the the bug is with an example repo |
| 27 | +with a series of commands that results in the issue. |
| 28 | +--> |
| 29 | + |
| 30 | +Example repo: <!-- repo url here, or "N/A" --> |
18 | 31 |
|
19 | | -**Steps to reproduce:** |
20 | 32 | 1. |
21 | 33 | 2. |
22 | 34 | 3. |
23 | 35 |
|
24 | | -``` |
25 | | -insert any relevant code between the above and below backticks |
26 | | -``` |
| 36 | +**Output:** |
| 37 | +<!-- |
| 38 | +If applicable, please post the full output of the command that errored. |
| 39 | +Remember to run commands with the --verbose flag for debug statements. |
| 40 | +--> |
27 | 41 |
|
28 | | -**Post the output of `ionic info` below please** |
| 42 | +**My `ionic info`:** |
| 43 | +<!-- |
| 44 | +Post the output of `ionic info` below. `ionic info` is a CLI command that |
| 45 | +prints out environment information. |
| 46 | +--> |
29 | 47 |
|
30 | 48 |
|
31 | | -**Other information:** (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc) |
| 49 | +**Other Information:** |
| 50 | +<!-- |
| 51 | +e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, |
| 52 | +forum links, etc |
| 53 | +--> |
0 commit comments