Update ---bug_report.yml
This commit is contained in:
parent
40ae924e63
commit
22faa0f0f8
1 changed files with 8 additions and 18 deletions
26
.github/ISSUE_TEMPLATE/---bug_report.yml
vendored
26
.github/ISSUE_TEMPLATE/---bug_report.yml
vendored
|
@ -6,31 +6,21 @@ assignees: []
|
|||
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: checkboxes
|
||||
attributes:
|
||||
label: Environment Checklist
|
||||
options:
|
||||
- label: I am using 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
|
||||
label: Quick Checklist
|
||||
value: |
|
||||
Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
|
||||
- ✅ I am using the **latest version of Astro** and all plugins.
|
||||
- ✅ I am using a version of Node that supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`)
|
||||
- type: input
|
||||
attributes:
|
||||
label: What package manager are you using?
|
||||
options:
|
||||
- "`npm v6`"
|
||||
- "`npm v7`"
|
||||
- "`yarn v1 (classic)`"
|
||||
- "`yarn v2 (berry)`"
|
||||
- "`pnpm`"
|
||||
- "other (please mention in description)"
|
||||
placeholder: npm, yarn, pnpm
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: What operating system are you using?
|
||||
description: 'For example: macOS, Windows, Linux'
|
||||
placeholder: Mac, Windows, Linux
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
Loading…
Reference in a new issue