Skip to content

Commit b072535

Browse files
committedNov 18, 2016
Simplify issue template
1 parent 5efc245 commit b072535

File tree

2 files changed

+17
-60
lines changed

2 files changed

+17
-60
lines changed
 

‎.github/ISSUE_TEMPLATE.md

+9-33
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,15 @@
1-
## BEFORE YOU SUBMIT, please read the following:
2-
If you have a support request or question please
3-
submit them to [StackOverflow](http://stackoverflow.com/questions/tagged/webpack) using the tag `[webpack]` or the [webpack Gitter](https://gitter.im/webpack/webpack). Future support requests will be closed.
4-
(remove this from issue)
1+
<!-- Before creating an issue please make sure you are using the latest version of webpack-dev-server and webpack. -->
52

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. -->
65

6+
**What is the current behavior?**
77

8-
**I'm submitting a bug report**
9-
**I'm submitting a feature request**
10-
**I'm submitting a support request** => Please do not submit support request here, see note at the top of this template.
11-
(remove inappropriate sentences)
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. -->
1210

11+
**What is the expected behavior?**
1312

14-
**webpack and webpack-dev-server version:**
15-
webpack: 1.10.x/2.x
16-
webpack-dev-server: 1.x/2.x
13+
**If this is a feature request, what is motivation or use case for changing the behavior?**
1714

18-
19-
**Please tell us about your environment:**
20-
OSX 10.x / Linux / Windows 10
21-
Docker / Vagrant
22-
Running server via CLI / Node.js API
23-
24-
25-
**Current behavior:**
26-
27-
28-
**Expected/desired behavior:**
29-
30-
31-
* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem along with a gist/jsbin of your webpack configuration. Be sure to specify how you are running the server.**
32-
33-
34-
* **What is the expected behavior?**
35-
36-
37-
* **What is the motivation / use case for changing the behavior?**
38-
39-
15+
**Please mention your webpack and Operating System version.**

‎.github/PULL_REQUEST_TEMPLATE.md

+8-27
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,15 @@
1-
**Please check if the PR fulfills these requirements**
2-
- [ ] An example has been added or updated in `examples/` (for features)
3-
- [ ] Docs have been added / updated (for bug fixes / features)
4-
1+
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
52

63
**What kind of change does this PR introduce?**
7-
- [ ] Bugfix
8-
- [ ] Feature
9-
- [ ] Code style update (formatting, local variables)
10-
- [ ] Refactoring (no functional changes, no api changes)
11-
- [ ] Build related changes
12-
- [ ] CI related changes
13-
- [ ] Other... Please describe:
14-
15-
**What is the current behavior?** (You can also link to an open issue here)
16-
17-
18-
19-
**What is the new behavior?**
4+
<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
205

6+
**Did you add or update the `examples/`?**
217

8+
**Summary**
9+
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
10+
<!-- Try to link to an open issue for more information. -->
2211

2312
**Does this PR introduce a breaking change?**
24-
- [ ] Yes
25-
- [ ] No
26-
27-
If this PR contains a breaking change, please describe the following...
28-
29-
* Impact:
30-
* Migration path for existing applications:
31-
* Github Issue(s) this is regarding:
32-
13+
<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->
3314

34-
**Other information**:
15+
**Other information**

0 commit comments

Comments
 (0)
Please sign in to comment.