Skip to content

Commit

Permalink
update issue/pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 10, 2024
1 parent 3abf419 commit 52db8a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,12 @@ the [Babel Slack](babeljs.slack.com). Future support requests will be closed.
**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
Webpack Version: 4.x/5.x
Babel Core Version: 7.x
Babel Loader Version: 8.x/9.x

Tip: you can also run `npx envinfo --preset babel` and just paste the result here

**Current behavior:**

Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Docs update
- [ ] Build related changes
- [ ] CI related changes
- [ ] Other... Please describe:
Expand Down

0 comments on commit 52db8a5

Please sign in to comment.