Skip to content

Commit b5686dd

Browse files
authored
add more notes to issue template
1 parent f745f02 commit b5686dd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1+
<!-- Please don't delete this template or we'll close your issue -->
12
<!-- Before creating an issue please make sure you are using the latest version of webpack. -->
3+
<!-- Also consider trying the webpack@beta version, maybe it's already fixed. -->
24

35
**Do you want to request a *feature* or report a *bug*?**
4-
<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). Questions will be closed. -->
6+
7+
<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). -->
8+
<!-- Issues which contain questions or support requests will be closed. -->
59

610
**What is the current behavior?**
711

812
**If the current behavior is a bug, please provide the steps to reproduce.**
13+
914
<!-- A great way to do this is to provide your configuration via a GitHub gist. -->
15+
<!-- Best provide a minimal reproduceable repo -->
16+
<!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo -->
1017

1118
**What is the expected behavior?**
1219

1320
**If this is a feature request, what is motivation or use case for changing the behavior?**
1421

15-
**Please mention other relevant information such as the browser version, Node.js version, Operating System and programming language.**
22+
**Please mention other relevant information such as the browser version, Node.js version, webpack version and Operating System.**

0 commit comments

Comments
 (0)