Skip to content

Commit cf18395

Browse files
authored
updating the issue template with more emphasis
1 parent 23a7509 commit cf18395

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,33 @@
1-
<!-- Before creating an issue please make sure you are using the latest version of webpack-dev-middleware and webpack. -->
1+
> The Issues page for this repository is not a support forum. **Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). Questions will be closed.** If you proceed with this form, please fill out **_all_** fields, or your issue may be closed as "invalid." Please do not delete this template from a new issue. Please remove this header to acknowledge this message.
22
3-
**Do you want to request a *feature* or report a *bug*?**
3+
<!-- Before creating an issue please make sure you are using the latest version of webpack-dev-middleware and webpack. -->
44

5-
<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). Questions will be closed. -->
5+
* Operating System:
6+
* Node Version:
7+
* NPM Version:
8+
* webpack version:
9+
* webpack-dev-middleware Version:
610

7-
**What is the current behavior?**
11+
- [ ] This is a **feature** reqeust
12+
- [ ] This is a **bug**
813

14+
### Code
915

10-
**If the current behavior is a bug, please provide the steps to reproduce.**
16+
If you have a large amount of code to share which demonstrates the problem you're experiencing, please provide a link to your
17+
repository rather than pasting code. Otherwise, please paste relevant short snippets below.
1118

12-
<!-- A great way to do this is to provide your configuration via a GitHub gist. -->
19+
```js
20+
// please provide your webpack.config.js for bug reports
21+
```
1322

14-
**What is the expected behavior?**
23+
```js
24+
// additional code
25+
```
1526

27+
### Expected Behavior
1628

17-
**If this is a feature request, what is motivation or use case for changing the behavior?**
29+
### Actual Behavior
1830

31+
### For Bugs; How can we reproduce the behavior?
1932

20-
**Please mention your webpack and Operating System version.**
33+
### For Features; What is the motivation and/or use-case for the feature?

0 commit comments

Comments
 (0)