Skip to content

Commit 43ed2da

Browse files
committed
chore: update issue template
1 parent cfb74f5 commit 43ed2da

File tree

1 file changed

+19
-38
lines changed

1 file changed

+19
-38
lines changed

ISSUE_TEMPLATE.md

Lines changed: 19 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,28 @@
1-
<!--
2-
Thank you for contributing!
1+
## Support Issues
32

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.
3+
If you're having trouble and need support please consider the following so that help is more immediate.
54

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 -->
5+
- Share the a live link and link to your repository
6+
- Create a working CodeSandbox that demonstrates what you're trying to do. Here's a [CodeSandbox template]()
197

208
## Feature Request
219

2210
Describe the feature or behavior you would like to add considering the following:
2311

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?
12+
- Why would this new feature or change be useful?
13+
- What's your particular use case?
14+
- What problems does it solve?
15+
- Can you provide a demo or repository demonstrating the issue?
16+
- Are there any related issues?
2917

3018
## Proposed Changes
3119

3220
Describe how you would implement the feature.
3321

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-
22+
- Are there code snippets that demonstrate the changes?
23+
- Can you provide a PR in addition to this issue? It's much appreciated if you do.
3724

38-
39-
40-
41-
<!-- 2. Bug -->
25+
# Bug Template
4226

4327
## Expected Behavior
4428

@@ -61,20 +45,17 @@ Uncaught ReferenceError: foo is not defined
6145

6246
## Environment
6347

64-
* Version:
65-
* Platform:
66-
* Browser:
67-
68-
69-
48+
- Version:
49+
- Platform:
50+
- Browser:
7051

7152
<!-- 3. Support -->
7253

7354
## Trouble With Implementation
7455

7556
Describe the trouble you are having considering the following:
7657

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?
58+
- What is the expected behavior of your implementation?
59+
- Can you share the repository, live site, or a demo?
60+
- Are you seeing any errors or warnings?
61+
- Any relevant snippets of code you can provide?

0 commit comments

Comments
 (0)