Skip to content

Commit 7faaed2

Browse files
authored
chore: update Bug_report & Feature_request Templates (#1256)
1 parent 7a5b33d commit 7faaed2

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
11
---
22
name: "[BUG]: \U0001F41EReport"
33
about: "Template for \U0001F98E's you encounter with webpack-cli"
4-
54
---
65

76
**Describe the bug**
87

9-
A 💯 way to do this is to provide your configuration via a GitHub gist and/or to use markdown when describing which commands you used when the error occurred! Be precise and clear in your description of the bug.
8+
<!-- A 💯 way to do this is to provide your configuration via a GitHub gist and/or to use markdown when describing which commands you used when the error occurred! Be precise and clear in your description of the bug. -->
109

1110
**What is the current behavior?**
1211

13-
This is where you elaborate on the current behavior of the cli, how it behaves normally differing from the previous version/build you did.
12+
<!-- This is where you elaborate on the current behavior of the cli, how it behaves normally differing from the previous version/build you did. -->
1413

1514
**To Reproduce**
1615
Steps to reproduce the behavior:
16+
1717
1. Go to '...'
1818
2. Click on '....'
1919
3. Scroll down to '....'
2020
4. See error
2121

2222
**Expected behavior**
23-
A clear and concise description of what you expected to happen.
23+
24+
<!-- A clear and concise description of what you expected to happen. -->
2425

2526
**Screenshots**
26-
If applicable, add screenshots to help explain your problem.
27+
28+
<!-- If applicable, add screenshots to help explain your problem. -->
2729

2830
**Please paste the results of `webpack-cli info` here, and mention other relevant information**
2931

3032
**Additional context**
31-
Add any other context about the problem here like linking to an similar issue you might think is the cause.
33+
34+
<!-- Add any other context about the problem here like linking to an similar issue you might think is the cause. -->
+8-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
---
22
name: "[FEATURE]: Feature request \U0001F914"
33
about: "Suggest ideas you wish webpack-cli had \U0001F680"
4-
54
---
65

76
**Is your feature request related to a problem? Please describe.**
8-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
7+
8+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
99

1010
**Describe the solution you'd like**
11-
A clear and concise description of what you want to happen.
11+
12+
<!-- A clear and concise description of what you want to happen. -->
1213

1314
**Describe alternatives you've considered**
14-
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
1517

1618
**Additional context**
17-
Add any other context or screenshots about the feature request here.
19+
20+
<!-- Add any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)