Skip to content

Commit 466d0bc

Browse files
authored
Merge pull request #235 from makepanic/gh-issue-template
chore: add github issue template
2 parents 00fc556 + d7f1624 commit 466d0bc

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/ISSUE_TEMPLATE.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
### Description
2+
3+
<!--
4+
[Description of the issue]
5+
-->
6+
7+
### Steps to Reproduce
8+
9+
<!--
10+
Please add a series of steps to reproduce the problem. See https://stackoverflow.com/help/mcve for in depth information
11+
on how to create a minimal, complete, and verifiable example.
12+
-->
13+
14+
**Expected behavior:** [What you expect to happen]
15+
16+
**Actual behavior:** [What actually happens]
17+
18+
**Reproduces how often:** [What percentage of the time does it reproduce?]
19+
20+
### Versions
21+
22+
<!-- If applicable, please specify: -->
23+
24+
- The first two lines of the `Help` -> `About` output:
25+
26+
<!--
27+
Example:
28+
IntelliJ IDEA 2018.2.4 (Ultimate Edition)
29+
Build #IU-182.4505.22, built on September 18, 2018
30+
-->
31+
32+
- The version of `intellij-emberjs` (`Settings` -> `Plugins` -> `Ember.js`):
33+
34+
<!--
35+
Example:
36+
2018.2.4-0
37+
-->
38+
39+
### Additional Information
40+
41+
<!--
42+
Any additional information, configuration or data that might be necessary to reproduce the issue.
43+
-->

0 commit comments

Comments
 (0)