Update ---bug_report.yml
This commit is contained in:
parent
cc415044d5
commit
47780d3c92
1 changed files with 6 additions and 5 deletions
11
.github/ISSUE_TEMPLATE/---bug_report.yml
vendored
11
.github/ISSUE_TEMPLATE/---bug_report.yml
vendored
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue