Update ---bug_report.yml
This commit is contained in:
parent
c6d17dc7ce
commit
cc415044d5
1 changed files with 6 additions and 10 deletions
16
.github/ISSUE_TEMPLATE/---bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/---bug_report.yml
vendored
|
@ -7,16 +7,12 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
|
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
|
||||||
- type: input
|
- type: checkboxes
|
||||||
attributes:
|
options:
|
||||||
label: What version of Astro are you using?
|
- label: I am on the **latest version of Astro** and all plugins.
|
||||||
placeholder: '0.0.0'
|
required: true
|
||||||
description: 'Please ensure you are using the latest version of Astro!'
|
- label: I am using a version of Node that supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`)
|
||||||
- type: input
|
required: true
|
||||||
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: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: What package manager are you using?
|
label: What package manager are you using?
|
||||||
|
|
Loading…
Add table
Reference in a new issue