Update ---bug_report.yml

This commit is contained in:
Fred K. Schott 2021-06-24 12:00:46 -07:00 committed by GitHub
parent 40ae924e63
commit 22faa0f0f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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