chore: add PR Intent checkbox [ci-skip] (#10880)

* chore: add PR Intent checkbox

* chore: rephrase [ci-skip]
This commit is contained in:
Huáng Jùnliàng 2019-12-17 14:36:09 -05:00 committed by GitHub
parent 4f77a5aaad
commit c35ba3d3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View File

@ -9,6 +9,9 @@ assignees: ''
## Bug Report ## Bug Report
<!-- Check this if you would like to implement a PR, we are more than happy to help you go through the process !-->
- [ ] I would like to work on a fix!
<!-- <!--
@babel/eslint-parser: @babel/eslint-parser:
If you are having issues with JSX you might want to check out eslint-plugin-react. If there's an issue with new experimental syntax you might need check if it's supported by @babel/eslint-plugin. If you are having issues with JSX you might want to check out eslint-plugin-react. If there's an issue with new experimental syntax you might need check if it's supported by @babel/eslint-plugin.
@ -48,7 +51,7 @@ A clear and concise description of what you expected to happen (or code).
- How you are using Babel: [e.g. `cli`, `register`, `loader`] - How you are using Babel: [e.g. `cli`, `register`, `loader`]
**Possible Solution** **Possible Solution**
<!--- Only if you have suggestions on a fix for the bug --> <!--- If you have suggestions on a fix for the bug -->
**Additional context/Screenshots** **Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain. Add any other context about the problem here. If applicable, add screenshots to help explain.

View File

@ -9,6 +9,9 @@ assignees: ''
## Feature Request ## Feature Request
<!-- Check this if you would like to implement a PR, we are more than happy to help you go through the process !-->
- [ ] I would like to work on this feature!
**Is your feature request related to a problem? Please describe.** **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 [...] A clear and concise description of what the problem is. Ex. I have an issue when [...]

View File

@ -10,6 +10,9 @@ assignees: ''
# v7 Regression # v7 Regression
<!-- Check this if you would like to implement a PR, we are more than happy to help you go through the process !-->
- [ ] I would like to work on a fix!
> First check out: https://babeljs.io/docs/en/v7-migration > First check out: https://babeljs.io/docs/en/v7-migration
> Also a partial upgrade tool: https://github.com/babel/babel-upgrade > Also a partial upgrade tool: https://github.com/babel/babel-upgrade