aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2021-06-24 07:46:33 -0500
committerGravatar GitHub <noreply@github.com> 2021-06-24 07:46:33 -0500
commitcc415044d5c9198b9e83b35217989f73290d46a4 (patch)
tree791eabd808e5c33fc02096e6f9a353f5502178c5 /.github/ISSUE_TEMPLATE
parentc6d17dc7ce1ed165f10f407cefa9e2084d0b0fa4 (diff)
downloadastro-cc415044d5c9198b9e83b35217989f73290d46a4.tar.gz
astro-cc415044d5c9198b9e83b35217989f73290d46a4.tar.zst
astro-cc415044d5c9198b9e83b35217989f73290d46a4.zip
Update ---bug_report.yml
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/---bug_report.yml16
1 files changed, 6 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/---bug_report.yml b/.github/ISSUE_TEMPLATE/---bug_report.yml
index 4db132044..868c65d1e 100644
--- a/.github/ISSUE_TEMPLATE/---bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/---bug_report.yml
@@ -7,16 +7,12 @@ body:
- type: markdown
attributes:
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
- - type: input
- attributes:
- label: What version of Astro are you using?
- placeholder: '0.0.0'
- description: 'Please ensure you are using the latest version of Astro!'
- - type: input
- attributes:
- label: What version of Node.js are you using?
- description: 'Astro requires a Node version that supports ESM (`v12.20.0+, v14.13.1+, or v16.0.0+`)'
- placeholder: '14.13.1'
+ - 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
- type: dropdown
attributes:
label: What package manager are you using?