diff options
author | 2021-06-24 07:47:40 -0500 | |
---|---|---|
committer | 2021-06-24 07:47:40 -0500 | |
commit | 47780d3c925d4048e9694c0ff5ee9dce7fc665af (patch) | |
tree | 76f2b7086493fbc2519521cf4a554f3625d8de16 /.github/ISSUE_TEMPLATE | |
parent | cc415044d5c9198b9e83b35217989f73290d46a4 (diff) | |
download | astro-47780d3c925d4048e9694c0ff5ee9dce7fc665af.tar.gz astro-47780d3c925d4048e9694c0ff5ee9dce7fc665af.tar.zst astro-47780d3c925d4048e9694c0ff5ee9dce7fc665af.zip |
Update ---bug_report.yml
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/---bug_report.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/---bug_report.yml b/.github/ISSUE_TEMPLATE/---bug_report.yml index 868c65d1e..d4a337366 100644 --- a/.github/ISSUE_TEMPLATE/---bug_report.yml +++ b/.github/ISSUE_TEMPLATE/---bug_report.yml @@ -8,11 +8,12 @@ body: attributes: value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. - type: checkboxes - options: - - label: I am on the **latest version of Astro** and all plugins. - required: true - - label: I am using a version of Node that supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`) - required: true + attributes: + options: + - label: I am on the **latest version of Astro** and all plugins. + required: true + - label: I am using a version of Node that supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`) + required: true - type: dropdown attributes: label: What package manager are you using? |