Skip to content

chore: updated issue template #1946

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

Merged
merged 5 commits into from
Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ body:
validations:
required: true

- type: checkboxes
Copy link
Author

Choose a reason for hiding this comment

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

I had this as a drop down originally, but I think a checkbox makes more sense as the dropdown adds a 'None' option. Just giving you a tag @sarahetter since you've worked with the YAML format for an issue template before.

Choose a reason for hiding this comment

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

Yeah, checkbox makes sense to me

id: more-nextjs-info
attributes:
label: Is your issue related to the `app` directory (beta)?
options:
- label: Yes, I am using the `app` directory

- type: checkboxes
id: more-info
attributes:
Expand Down