summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-24 12:00:46 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-24 12:00:46 -0700
commit22faa0f0f80f157dba7b7647ba08dd3fce0a925e (patch)
tree2cb03cb8e4596e4c81620b92774ca110c3ae914f
parent40ae924e63b67741d74f8f97da3b555484086f5c (diff)
downloadastro-22faa0f0f80f157dba7b7647ba08dd3fce0a925e.tar.gz
astro-22faa0f0f80f157dba7b7647ba08dd3fce0a925e.tar.zst
astro-22faa0f0f80f157dba7b7647ba08dd3fce0a925e.zip
Update ---bug_report.yml
-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