Skip to content

Commit 9ecb0c3

Browse files
committed
add issue template for features, bugs, and support #25
1 parent 46ad8b9 commit 9ecb0c3

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!--
2+
Thank you for contributing!
3+
4+
Please use the appropriate templates as a guide. Delete what doesn't apply. If neither apply to your issue please describe the problem as clearly as possible.
5+
6+
An example or git repository that demonstrates the issue is always very helpful. PRs are also welcome if you would like to propose an implementation. Also, give the issue a meaningful subject line that describes it clearly.
7+
8+
Templates:
9+
10+
1. Feature
11+
2. Bug
12+
3. Support
13+
-->
14+
15+
16+
17+
18+
<!-- 1. Feature -->
19+
20+
## Feature Request
21+
22+
Describe the feature or behavior you would like to add considering the following:
23+
24+
* Why would this new feature or change be useful?
25+
* What's your particular use case?
26+
* What problems does it solve?
27+
* Can you provide a demo or repository demonstrating the issue?
28+
* Are there any related issues?
29+
30+
## Proposed Changes
31+
32+
Describe how you would implement the feature.
33+
34+
* Are there code snippets that demonstrate the changes?
35+
* Can you provide a PR in addition to this issue? It's much appreciated if you do.
36+
37+
38+
39+
40+
41+
<!-- 2. Bug -->
42+
43+
## Expected Behavior
44+
45+
Describe what should be happening.
46+
47+
## Actual Behavior
48+
49+
What went wrong? Provide code snippets, demo links, or repositories demonstrating the broken behavior.
50+
51+
```
52+
Uncaught ReferenceError: foo is not defined
53+
```
54+
55+
## Steps to Reproduce the Problem
56+
57+
1. Did this.
58+
2. Did that.
59+
3. ???
60+
4. Oh no!
61+
62+
## Environment
63+
64+
* Version:
65+
* Platform:
66+
* Browser:
67+
68+
69+
70+
71+
<!-- 3. Support -->
72+
73+
## Trouble With Implementation
74+
75+
Describe the trouble you are having considering the following:
76+
77+
* What is the expected behavior of your implementation?
78+
* Can you share the repository, live site, or a demo?
79+
* Are you seeing any errors or warnings?
80+
* Any relevant snippets of code you can provide?

0 commit comments

Comments
 (0)