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:
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:
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue