0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

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: 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. label: Quick Checklist
- type: checkboxes value: |
attributes: Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
label: Environment Checklist - ✅ I am using the **latest version of Astro** and all plugins.
options: - ✅ I am using a version of Node that supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`)
- label: I am using the **latest version of Astro** and all plugins. - type: input
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: attributes:
label: What package manager are you using? label: What package manager are you using?
options: placeholder: npm, yarn, pnpm
- "`npm v6`"
- "`npm v7`"
- "`yarn v1 (classic)`"
- "`yarn v2 (berry)`"
- "`pnpm`"
- "other (please mention in description)"
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: What operating system are you using? label: What operating system are you using?
description: 'For example: macOS, Windows, Linux' placeholder: Mac, Windows, Linux
validations: validations:
required: true required: true
- type: textarea - type: textarea