summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/---bug_report.yml26
1 files changed, 8 insertions, 18 deletions
diff --git a/.github/ISSUE_TEMPLATE/---bug_report.yml b/.github/ISSUE_TEMPLATE/---bug_report.yml
index d35716462..590e3d3f9 100644
--- a/.github/ISSUE_TEMPLATE/---bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/---bug_report.yml
@@ -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