Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 want to implement a PR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Howabout something more personal like, "I would like to work on this!" or "I would like to create a PR for this!"


<!--
@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 want to implement a PR

**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 want to implement a PR

> First check out: https://babeljs.io/docs/en/v7-migration
> Also a partial upgrade tool: https://github.com/babel/babel-upgrade

Expand Down