summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2023-08-22 14:01:29 +0100
committerGravatar GitHub <noreply@github.com> 2023-08-22 14:01:29 +0100
commitad245897f60517aa20ca593f21f1f6e9724adb17 (patch)
treef9c19fedefd02d575bd5d83799f5e574389081cc
parentb8ad9a24991d184f42a977fc4f8c4e755dbe8c1e (diff)
downloadastro-ad245897f60517aa20ca593f21f1f6e9724adb17.tar.gz
astro-ad245897f60517aa20ca593f21f1f6e9724adb17.tar.zst
astro-ad245897f60517aa20ca593f21f1f6e9724adb17.zip
chore: update bug report to use the `astro info` command (#8175)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
-rw-r--r--.github/ISSUE_TEMPLATE/---01-bug-report.yml30
1 files changed, 5 insertions, 25 deletions
diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml
index 15bc784f4..1e713ab13 100644
--- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml
@@ -11,32 +11,12 @@ body:
✅ I am using the **latest version of Astro** and all plugins.
✅ I am using a version of Node that Astro supports (`>=18.14.1`)
- - type: input
- id: astro-version
- attributes:
- label: What version of `astro` are you using?
- placeholder: 0.0.0
- validations:
- required: true
- - type: input
- id: ssr-adapter
- attributes:
- label: Are you using an SSR adapter? If so, which one?
- placeholder: None, or Netlify, Vercel, Cloudflare, etc.
- validations:
- required: true
- - type: input
- id: package-manager
- attributes:
- label: What package manager are you using?
- placeholder: npm, yarn, pnpm
- validations:
- required: true
- - type: input
- id: os
+ - type: textarea
+ id: astro-info
attributes:
- label: What operating system are you using?
- placeholder: Mac, Windows, Linux
+ label: Astro info
+ description: Run the command `astro info` in your terminal and paste the output here. Please review the data before submitting in case there is any sensitive information you don't want to share.
+ render: block
validations:
required: true
- type: input