Skip to content

Commit d6bfdd6

Browse files
authored
Add github issue and PR templates (#588)
1 parent c544a26 commit d6bfdd6

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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)
5+
6+
7+
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)
12+
13+
14+
**webpack and webpack-dev-server version:**
15+
webpack: 1.10.x/2.x
16+
webpack-dev-server: 1.15.x/2.x
17+
18+
19+
**Please tell us about your environment:**
20+
OSX 10.x / Linux / Windows 10
21+
Docker / Vagrant
22+
23+
24+
**Current behavior:**
25+
26+
27+
**Expected/desired behavior:**
28+
29+
30+
* **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.**
31+
32+
33+
* **What is the expected behavior?**
34+
35+
36+
* **What is the motivation / use case for changing the behavior?**
37+
38+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
5+
6+
**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?**
20+
21+
22+
23+
**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+
33+
34+
**Other information**:

0 commit comments

Comments
 (0)