Skip to content

Commit 35295b7

Browse files
authored
update issue template to include commonly needed info
1 parent e8cbdad commit 35295b7

File tree

1 file changed

+44
-9
lines changed

1 file changed

+44
-9
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,50 @@
1-
<!-- Before creating an issue please make sure you are using the latest version of webpack-dev-server and webpack. -->
1+
> **Please note that this template is not optional.** If you proceed with this form,
2+
please fill out _all_ fields, or your issue may be closed as "invalid."
3+
Please do not delete this template. Please ask questions on StackOverflow or the
4+
webpack Gitter (https://gitter.im/webpack/webpack). _General questions, how-to
5+
questions, and support requests will be closed._
6+
**Please do remove this header to acknowledge this message.**
27

3-
**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. -->
8+
* Operating System:
9+
* Node Version:
10+
* NPM Version:
11+
* webpack Version:
12+
* webpack-dev-server Version:
513

6-
**What is the current behavior?**
14+
<!-- Please place an x, no spaces, in all [ ] that apply -->
715

8-
**If the current behavior is a bug, please provide the steps to reproduce.**
9-
<!-- A great way to do this is to provide your configuration via a GitHub gist. -->
16+
- [ ] This is a **feature** request
17+
- [ ] This is a **bug**
1018

11-
**What is the expected behavior?**
19+
### Code
1220

13-
**If this is a feature request, what is motivation or use case for changing the behavior?**
21+
<!--
22+
If you have a large amount of code to share which demonstrates the problem
23+
you're experiencing, or your webpack config is very large, please provide a link
24+
to your repository rather than pasting code. We'd also encourage you to use a
25+
Github Gist link instead of pasting code. Otherwise, please paste relevant
26+
short snippets below.
27+
28+
For bugs, please do consider providing a link to a stripped-down, bare-bones
29+
repo that can reproduce the problem you're experiencing. Many times, bugs
30+
aren't actual bugs, but rather specific issues with loaders, plugins, or
31+
an environment/OS. Problems with complicated or large applications will almost
32+
always require this to be triaged.
33+
-->
34+
35+
```js
36+
// webpack.config.js
37+
```
38+
39+
```js
40+
// additional code, remove if not needed.
41+
```
42+
43+
### Expected Behavior
44+
45+
### Actual Behavior
46+
47+
### For Bugs; How can we reproduce the behavior?
48+
49+
### For Features; What is the motivation and/or use-case for the feature?
1450

15-
**Please mention your webpack and Operating System version.**

0 commit comments

Comments
 (0)