Skip to content

Commit 992f8e8

Browse files
committed
Add issue templates
1 parent cb4b4da commit 992f8e8

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- Before creating an issue please make sure you are using the latest version of webpack-dev-middleware and webpack. -->
2+
3+
**Do you want to request a *feature* or report a *bug*?**
4+
5+
<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). Questions will be closed. -->
6+
7+
**What is the current behavior?**
8+
9+
10+
**If the current behavior is a bug, please provide the steps to reproduce.**
11+
12+
<!-- A great way to do this is to provide your configuration via a GitHub gist. -->
13+
14+
**What is the expected behavior?**
15+
16+
17+
**If this is a feature request, what is motivation or use case for changing the behavior?**
18+
19+
20+
**Please mention your webpack and Operating System version.**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
2+
3+
**What kind of change does this PR introduce?**
4+
5+
<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
6+
7+
**Did you add tests for your changes?**
8+
9+
<!-- Note that we won't merge your changes if you don't add tests. -->
10+
11+
**Summary**
12+
13+
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
14+
<!-- Try to link to an open issue for more information. -->
15+
16+
**Does this PR introduce a breaking change?**
17+
18+
<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->
19+
20+
**Other information**

0 commit comments

Comments
 (0)