Skip to content

Commit fe2fd11

Browse files
committed
chore(github): try new issue template
1 parent 11a3846 commit fe2fd11

1 file changed

Lines changed: 37 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,53 @@
1-
**Note: for support questions, please use one of these channels:**
1+
<!--
22
3-
https://forum.ionicframework.com/
4-
http://ionicworldwide.herokuapp.com/
3+
==> PLEASE READ <==
54
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:
76
8-
https://github.com/ionic-team/ionic-app-scripts
7+
https://forum.ionicframework.com/
8+
http://ionicworldwide.herokuapp.com/
99
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:
1211
13-
#### Short description of the problem:
12+
https://github.com/ionic-team/ionic-app-scripts
1413
14+
For feature requests, you can wipe out this issue template and just describe
15+
the feature.
1516
16-
#### What behavior are you expecting?
17+
-->
1718

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" -->
1831

19-
**Steps to reproduce:**
2032
1.
2133
2.
2234
3.
2335

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+
-->
2741

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+
-->
2947

3048

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

Comments
 (0)