Skip to content

Commit 84d6997

Browse files
chore(templates): Update issue templates (#432)
Adds fancy templates
1 parent 2273536 commit 84d6997

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: "[BUG]: \U0001F41EReport"
3+
about: "Template for \U0001F98E's you encounter with webpack-cli"
4+
5+
---
6+
7+
**Describe the bug**
8+
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.
10+
11+
**What is the current behavior?**
12+
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.
14+
15+
**To Reproduce**
16+
Steps to reproduce the behavior:
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Please paste the results of `webpack-cli info` here, and mention other relevant information*
29+
30+
**Additional context**
31+
Add any other context about the problem here like linking to an similar issue you might think is the cause.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "[FEATURE]: Feature request \U0001F914"
3+
about: "Suggest ideas you wish webpack-cli had \U0001F680"
4+
5+
---
6+
7+
**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 [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)