-
-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Bug_report & Feature_request Templates (#1256)
- Loading branch information
Showing
2 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,34 @@ | ||
--- | ||
name: "[BUG]: \U0001F41EReport" | ||
about: "Template for \U0001F98E's you encounter with webpack-cli" | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
|
||
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. | ||
<!-- 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. --> | ||
|
||
**What is the current behavior?** | ||
|
||
This is where you elaborate on the current behavior of the cli, how it behaves normally differing from the previous version/build you did. | ||
<!-- This is where you elaborate on the current behavior of the cli, how it behaves normally differing from the previous version/build you did. --> | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
**Please paste the results of `webpack-cli info` here, and mention other relevant information** | ||
|
||
**Additional context** | ||
Add any other context about the problem here like linking to an similar issue you might think is the cause. | ||
|
||
<!-- Add any other context about the problem here like linking to an similar issue you might think is the cause. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
--- | ||
name: "[FEATURE]: Feature request \U0001F914" | ||
about: "Suggest ideas you wish webpack-cli had \U0001F680" | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |