Skip to content

Commit e85fe36

Browse files
authored
Update issue templates
1 parent edc3a65 commit e85fe36

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: a:bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--- Provide a general summary of the issue in the title above -->
11+
12+
## Expected Behavior
13+
<!--- If you're describing a bug, tell us what should happen -->
14+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
15+
16+
## Current Behavior
17+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
18+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
19+
20+
## Steps to Reproduce (for bugs)
21+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
22+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
23+
24+
## Context
25+
<!--- How has this issue affected you? What are you trying to accomplish? -->
26+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
27+
28+
## Your Environment
29+
<!--- Include as many relevant details about the environment you experienced the bug in -->
30+
* Package version:
31+
* Browser name and version:
32+
* OS version (desktop or mobile):
33+
* Link to your project:
34+
35+
## Possible Solution
36+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
37+
<!--- or ideas how to implement the addition or change -->
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: a:feature
6+
assignees: ''
7+
8+
---
9+
10+
<!--- Provide a general summary of the issue in the title above -->
11+
12+
## Expected Behavior
13+
<!--- If you're describing a bug, tell us what should happen -->
14+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
15+
16+
## Context
17+
<!--- How has this issue affected you? What are you trying to accomplish? -->
18+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
19+
20+
## Possible Solution
21+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
22+
<!--- or ideas how to implement the addition or change -->

0 commit comments

Comments
 (0)