Skip to content

Commit c8e82cb

Browse files
committed
chore(github) Added github issue and pull request templates.
1 parent 36e4fd2 commit c8e82cb

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
#### BEFORE YOU SUBIMIT 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+
5+
6+
7+
I'm submitting a...
8+
=====
9+
- [ ] bug report
10+
- [ ] feature request
11+
- [ ] support request => Please do not submit support request here, see note at the top of this template.
12+
13+
14+
** Webpack version: **
15+
1.10.x/2.x
16+
17+
** Please tell us about your environment: **
18+
OSX 10.x / Linux / Windows 10
19+
20+
**Current behavior:**
21+
22+
23+
**Expected/desired behavior:**
24+
25+
26+
* **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.**
27+
28+
29+
* **What is the expected behavior?**
30+
31+
32+
* **What is the motivation / use case for changing the behavior?**
33+
34+
35+
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
36+
37+
* **Language:** [all | TypeScript X.X | ES6/7 | ES5 | Dart]

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
**Please check if the PR fulfills these requirements**
2+
- [ ] Tests for the changes have been added (for bug fixes / features)
3+
- [ ] Docs have been added / updated (for bug fixes / features)
4+
5+
6+
**What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
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 impact and migration path for existing applications: ...
28+
29+
30+
**Other information**:
31+

0 commit comments

Comments
 (0)