Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 0727efe

Browse files
SpaceK33zjoshwiens
authored andcommittedJan 28, 2017
chore(issues): add issue templates
1 parent 9fdd47e commit 0727efe

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
 

‎.github/ISSUE_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!-- Before creating an issue please make sure you are using the latest version of file-loader. -->
2+
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. -->
5+
6+
**What is the current behavior?**
7+
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. -->
10+
11+
**What is the expected behavior?**
12+
13+
**If this is a feature request, what is motivation or use case for changing the behavior?**
14+
15+
**Please mention other relevant information such as your webpack version, Node.js version and Operating System.**

‎.github/PULL_REQUEST_TEMPLATE.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
5+
6+
**Did you add tests for your changes?**
7+
8+
**If relevant, did you update the README?**
9+
10+
**Summary**
11+
12+
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
13+
<!-- Try to link to an open issue for more information. -->
14+
15+
**Does this PR introduce a breaking change?**
16+
<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->
17+
18+
**Other information**

0 commit comments

Comments
 (0)
This repository has been archived.