update issue templates [skip ci]
This commit is contained in:
parent
ed6b4e0e40
commit
5c31e501d7
7
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
7
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@ -4,6 +4,8 @@ about: If something isn't working as expected 🤔.
|
||||
|
||||
---
|
||||
|
||||
## Bug Report
|
||||
|
||||
**Current Behavior**
|
||||
A clear and concise description of the behavior.
|
||||
|
||||
@ -13,10 +15,11 @@ A clear and concise description of the behavior.
|
||||
```js
|
||||
var your => (code) => here;
|
||||
```
|
||||
|
||||
**Expected behavior/code**
|
||||
A clear and concise description of what you expected to happen (or code).
|
||||
|
||||
## Babel Configuration (.babelrc, package.json, cli command)
|
||||
**Babel Configuration (.babelrc, package.json, cli command)**
|
||||
|
||||
```js
|
||||
{
|
||||
@ -32,7 +35,7 @@ A clear and concise description of what you expected to happen (or code).
|
||||
- How you are using Babel: [e.g. `cli`, `register`, `loader`]
|
||||
|
||||
**Possible Solution**
|
||||
<!--- Only if you have suggestions on a fix/reason for the bug -->
|
||||
<!--- Only if you have suggestions on a fix for the bug -->
|
||||
|
||||
**Additional context/Screenshots**
|
||||
Add any other context about the problem here. If applicable, add screenshots to help explain.
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@ -1,9 +1,11 @@
|
||||
---
|
||||
name: 🚀 Feature Request
|
||||
about: I have a suggestion (which I may want to implement 🙂)!
|
||||
about: I have a suggestion (and may want to implement it 🙂)!
|
||||
|
||||
---
|
||||
|
||||
## Feature Request
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I have an issue when [...]
|
||||
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/Regression-v7.md
vendored
4
.github/ISSUE_TEMPLATE/Regression-v7.md
vendored
@ -4,6 +4,8 @@ about: Report an unexpected behavior in v7 from v6 (Check the upgrade guide firs
|
||||
|
||||
---
|
||||
|
||||
# v7 Regression
|
||||
|
||||
> First check out: https://new.babeljs.io/docs/en/next/v7-migration.html
|
||||
> Also a partial upgrade tool: https://github.com/babel/babel-upgrade
|
||||
|
||||
@ -20,7 +22,7 @@ A clear and concise description of what the regression is.
|
||||
var your => (code) => here;
|
||||
```
|
||||
|
||||
### Babel Configuration (.babelrc, package.json, cli command)
|
||||
**Babel Configuration (.babelrc, package.json, cli command)**
|
||||
|
||||
```js
|
||||
{
|
||||
|
||||
7
.github/ISSUE_TEMPLATE/Support_question.md
vendored
7
.github/ISSUE_TEMPLATE/Support_question.md
vendored
@ -4,14 +4,11 @@ about: If you have a question 💬, please check out our Slack or StackOverflow!
|
||||
|
||||
---
|
||||
|
||||
--------------^ Click "Preview"!
|
||||
Issues on GitHub are intended to be related to problems with Babel itself,
|
||||
so we recommend not using this medium to ask them here 😁.
|
||||
--------------^ Click "Preview" for a nicer view!
|
||||
We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁.
|
||||
|
||||
---
|
||||
|
||||
If you have a support request or question please submit them to one of this resources:
|
||||
|
||||
* Slack Community Chat: https://babeljs.slack.com (you can sign-up at https://slack.babeljs.io/ for an invite)
|
||||
* StackOverflow: https://stackoverflow.com/questions/tagged/babeljs using the tag `babeljs`
|
||||
* Twitter: If it's just a quick question you can ping our Twitter: https://twitter.com/babeljs
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/Support_us.md
vendored
2
.github/ISSUE_TEMPLATE/Support_us.md
vendored
@ -4,7 +4,7 @@ about: If you would like to support our efforts in maintaining this community-dr
|
||||
|
||||
---
|
||||
|
||||
> Would recommend clicking preview for the rendered view.
|
||||
--------------^ Click "Preview" for a nicer view!
|
||||
> Open Collective: https://opencollective.com/babel
|
||||
> Henry's Patreon: https://www.patreon.com/henryzhu
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user