Skip to content

Commit

Permalink
chore: add PR Intent checkbox [ci-skip] (#10880)
Browse files Browse the repository at this point in the history
* chore: add PR Intent checkbox

* chore: rephrase [ci-skip]
  • Loading branch information
JLHwung committed Dec 17, 2019
1 parent 4f77a5a commit c35ba3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Expand Up @@ -9,6 +9,9 @@ assignees: ''

## 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:
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.
Expand Down Expand Up @@ -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`]

**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**
Add any other context about the problem here. If applicable, add screenshots to help explain.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Expand Up @@ -9,6 +9,9 @@ assignees: ''

## 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.**
A clear and concise description of what the problem is. Ex. I have an issue when [...]

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/Regression-v7.md
Expand Up @@ -10,6 +10,9 @@ assignees: ''

# 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
> Also a partial upgrade tool: https://github.com/babel/babel-upgrade
Expand Down

0 comments on commit c35ba3d

Please sign in to comment.