Skip to content

Commit d08dd14

Browse files
committed
docs(issues): update issue template
1 parent 9c5d450 commit d08dd14

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
<!-- *** PLEASE READ ***
1+
<!-- 🚨 PLEASE READ 🚨
22
3-
For support questions, use one of these channels:
4-
https://forum.ionicframework.com/
5-
https://ionicworldwide.herokuapp.com/
3+
This issue tracker is for bug reports and feature requests for the Ionic CLI.
64
7-
For build related issues, use the ionic-app-scripts repo:
8-
https://github.com/ionic-team/ionic-app-scripts
5+
- For support questions, see our support page: https://ionicframework.com/support
6+
- For feature requests, feel free to delete this template and just describe the feature.
97
10-
For feature requests, you can wipe out this issue template and just describe
11-
the feature.
128
-->
139

1410
**Description:**
@@ -18,28 +14,30 @@ the feature.
1814

1915
**Steps to Reproduce:**
2016
<!--
21-
If applicable, the best way to illustrate the the bug is with an example repo
22-
with a series of commands that results in the issue.
17+
If applicable, the best way to illustrate the bug is with an example repo.
18+
Otherwise, please describe in detail how to replicate the issue.
2319
-->
2420

25-
Example repo: <!-- repo url here, or "N/A" -->
2621

27-
1.
28-
2.
29-
3.
3022

3123
**Output:**
3224
<!--
3325
If applicable, please post the full output of the command that errored.
3426
Remember to run commands with the --verbose flag for debug statements.
3527
-->
3628

29+
30+
3731
**My `ionic info`:**
3832
<!--
3933
Post the output of running `ionic info` (within your project, if applicable)
4034
below. `ionic info` is a CLI command that prints out environment information.
4135
-->
4236

37+
```
38+
<paste here>
39+
```
40+
4341

4442
**Other Information:**
4543
<!--

0 commit comments

Comments
 (0)