-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs) Add Issue/PR templates and LICENSE
- Loading branch information
Showing
3 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## **BEFORE YOU SUBMIT** please read the following: | ||
|
||
**I'm submitting a bug report** | ||
**I'm submitting a feature request** | ||
**I'm submitting a support request** | ||
|
||
|
||
**Webpack version:** | ||
1.10.x/2.x | ||
|
||
**Webpack Karma version**: 1.7.x | ||
|
||
|
||
**Please tell us about your environment:** | ||
OSX 10.x / Linux / Windows 10 | ||
|
||
**Browser:** [Phantom XX | Chrome XX | Firefox XX | IE XX | Safari XX | Other XX] | ||
|
||
**Current behavior:** | ||
|
||
|
||
**Expected/desired behavior:** | ||
|
||
|
||
* **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.** | ||
|
||
|
||
* **What is the expected behavior?** | ||
|
||
|
||
* **What is the motivation / use case for changing the behavior?** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
**Please check if the PR fulfills these requirements** | ||
<!-- | ||
Uncomment this when tests/ci are setup | ||
- [ ] Tests for the changes have been added (for bug fixes / features) | ||
--> | ||
- [ ] Docs have been added / updated (for bug fixes / features) | ||
|
||
|
||
**What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) | ||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code style update (formatting, local variables) | ||
- [ ] Refactoring (no functional changes, no api changes) | ||
- [ ] Build related changes | ||
<!-- | ||
Uncomment this when tests/ci are setup | ||
- [ ] CI related changes | ||
--> | ||
- [ ] Other... Please describe: | ||
|
||
**What is the current behavior?** (You can also link to an open issue here) | ||
|
||
|
||
|
||
**What is the new behavior?** | ||
|
||
|
||
|
||
**Does this PR introduce a breaking change?** | ||
- [ ] Yes | ||
- [ ] No | ||
|
||
If this PR contains a breaking change, please describe the following... | ||
|
||
* Impact: | ||
* Migration path for existing applications: | ||
* Github Issue(s) this is regarding: | ||
|
||
|
||
**Other information**: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014 - 2016 Tobias Koppers | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |