mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
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>
This commit is contained in:
parent
b8ad9a2499
commit
ad245897f6
1 changed files with 5 additions and 25 deletions
30
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
30
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
|
@ -11,32 +11,12 @@ body:
|
||||||
|
|
||||||
✅ I am using the **latest version of Astro** and all plugins.
|
✅ I am using the **latest version of Astro** and all plugins.
|
||||||
✅ I am using a version of Node that Astro supports (`>=18.14.1`)
|
✅ I am using a version of Node that Astro supports (`>=18.14.1`)
|
||||||
- type: input
|
- type: textarea
|
||||||
id: astro-version
|
id: astro-info
|
||||||
attributes:
|
attributes:
|
||||||
label: What version of `astro` are you using?
|
label: Astro info
|
||||||
placeholder: 0.0.0
|
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.
|
||||||
validations:
|
render: block
|
||||||
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
|
|
||||||
attributes:
|
|
||||||
label: What operating system are you using?
|
|
||||||
placeholder: Mac, Windows, Linux
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
Loading…
Reference in a new issue