Skip to content

Commit 2eab406

Browse files
mrmckebiansu
authored andcommitted
Update issue templates (#7269)
* Create bug_report.md * Create proposal.md * Update proposal.md * Delete ISSUE_TEMPLATE.md * Update bug_report.md * Update proposal.md
1 parent fc5ee76 commit 2eab406

File tree

2 files changed

+54
-19
lines changed

2 files changed

+54
-19
lines changed

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
1-
<!--
2-
PLEASE READ THE FIRST SECTION :-)
3-
-->
4-
5-
### Is this a bug report?
6-
7-
(write your answer here)
8-
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: "issue: bug"
5+
---
96

107
<!--
11-
If you answered "Yes":
12-
138
Please note that your issue will be fixed much faster if you spend about
149
half an hour preparing it, including the exact reproduction steps and a demo.
1510
1611
If you're in a hurry or don't feel confident, it's fine to report bugs with
1712
less details, but this makes it less likely they'll get fixed soon.
1813
19-
In either case, please fill as many fields below as you can.
20-
21-
If you answered "No":
14+
In either case, please use this template and fill in as many fields below as you can.
2215
23-
If this is a question or a discussion, you may delete this template and write in a free form.
2416
Note that we don't provide help for webpack questions after ejecting.
2517
You can find webpack docs at https://webpack.js.org/.
2618
-->
2719

20+
### Desribe the bug
21+
22+
(Write your answer here.)
23+
2824
### Did you try recovering your dependencies?
2925

3026
<!--
@@ -98,10 +94,10 @@
9894
Paste the output of the command in the section below.
9995
-->
10096

101-
(paste the output of the command here)
97+
(paste the output of the command here.)
10298

10399

104-
### Steps to Reproduce
100+
### Steps to reproduce
105101

106102
<!--
107103
How would you describe your issue to someone who doesn’t know you or your project?
@@ -115,7 +111,7 @@
115111
3.
116112

117113

118-
### Expected Behavior
114+
### Expected behavior
119115

120116
<!--
121117
How did you expect the tool to behave?
@@ -126,7 +122,7 @@
126122
(Write what you thought would happen.)
127123

128124

129-
### Actual Behavior
125+
### Actual behavior
130126

131127
<!--
132128
Did something go wrong?
@@ -137,7 +133,7 @@
137133
(Write what happened. Please add screenshots!)
138134

139135

140-
### Reproducible Demo
136+
### Reproducible demo
141137

142138
<!--
143139
If you can, please share a project that reproduces the issue.

.github/ISSUE_TEMPLATE/proposal.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Proposal
3+
about: Suggest an idea for improving Create React App
4+
labels: "issue: proposal"
5+
---
6+
7+
### Is your proposal related to a problem?
8+
9+
<!--
10+
Provide a clear and concise description of what the problem is.
11+
For example, "I'm always frustrated when..."
12+
-->
13+
14+
(Write your answer here.)
15+
16+
### Describe the solution you'd like
17+
18+
<!--
19+
Provide a clear and concise description of what you want to happen.
20+
-->
21+
22+
(Describe your proposed solution here.)
23+
24+
### Describe alternatives you've considered
25+
26+
<!--
27+
Let us know about other solutions you've tried or researched.
28+
-->
29+
30+
(Write your answer here.)
31+
32+
### Additional context
33+
34+
<!--
35+
Is there anything else you can add about the proposal?
36+
You might want to link to related issues here, if you haven't already.
37+
-->
38+
39+
(Write your answer here.)

0 commit comments

Comments
 (0)