Skip to content

Commit 0659bce

Browse files
committed
create an issues template for Bug and Feature request
1 parent bb697e1 commit 0659bce

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: "\U0001F41BBug report"
3+
about: Something isn't working right
4+
---
5+
6+
### React-Prot Version: x.x.x
7+
8+
<!--- Provide the exact version of React-Proto in which you see the bug. -->
9+
10+
### Details
11+
12+
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug. How has this bug affected
13+
you? What were you trying to accomplish? -->
14+
15+
### Expected Behavior
16+
17+
<!--- Tell us what should happen -->
18+
19+
### Actual Behavior
20+
21+
<!--- Tell us what happens instead -->
22+
23+
### Possible Fix
24+
25+
<!--- Not obligatory, but suggest a fix or reason for the bug -->
26+
27+
<details><summary>Additional Info</summary>
28+
29+
### Your Environment
30+
31+
<!-- Include as many relevant details about the environment you experienced the bug in -->
32+
33+
- Environment name and version (e.g. Windows 10, node.js 5.4):
34+
- Operating System and version (Mac or Linux):
35+
- Useful link to screenshot or any other information:
36+
37+
### Steps to Reproduce
38+
39+
<!-- or an unambiguous set of steps to reproduce this bug -->
40+
41+
<!-- include code to reproduce, if relevant -->
42+
43+
1. first...
44+
2.
45+
3.
46+
4.
47+
48+
### Stack Trace
49+
50+
<!-- If an error is thrown, provide the stack trace here -->
51+
52+
</details>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: "\U0001F680Feature request"
3+
about: Suggest an idea for React-Proto
4+
---
5+
6+
### Description
7+
8+
<!--- Provide a detailed description of the change or addition you are proposing -->
9+
10+
### Why
11+
12+
<!--- Why is this change important to you? How would you use it? -->
13+
14+
<!--- How can it benefit other users? -->
15+
16+
### Possible Implementation & Open Questions
17+
18+
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
19+
20+
<!--- What still needs to be discussed -->
21+
22+
### Is this something you're interested in working on?
23+
24+
<!--- Yes or no -->
25+

0 commit comments

Comments
 (0)