Skip to content

Commit

Permalink
chore(docs): add issue and pr templates (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens authored and danez committed Aug 8, 2016
1 parent fdbdeec commit 1753f27
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,39 @@
## **BEFORE YOU SUBMIT** please read the following:
<!--
If you have a support request or question please submit them to
[StackOverflow](http://stackoverflow.com/questions/tagged/babel) using the tag
`[babel]` or
the [Babel Slack](babeljs.slack.com). Future support requests will be closed.
-->
*Delete what isn't applicable below*
**I'm submitting a bug report**
**I'm submitting a feature request**
**I'm submitting a support request** => Please do not submit support request here, see note at the top of this template.


**Webpack Version:**
1.10.x/2.x

**Babel Core Version**:
6.x

**Babel Loader Version**:
5.4.x/6.2.x


**Please tell us about your environment:**
OSX 10.x / Linux / Windows 10

**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?**
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,36 @@
**Please Read the [CONTRIBUTING Guidelines](https://github.com/babel/babel-loader/blob/master/CONTRIBUTING.md)**
*In particular the portion on Commit Message Formatting*

**Please check if the PR fulfills these requirements**
- [ ] 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
- [ ] 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**:

0 comments on commit 1753f27

Please sign in to comment.