0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

chore: update issue template (#1815)

This commit is contained in:
Nate Moore 2021-11-12 17:26:42 -06:00 committed by GitHub
parent 2b031acbd7
commit 2712e79bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,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 supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`) ✅ 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 version of `astro` are you using?
placeholder: 0.0.0
validations:
required: true
- type: input - type: input
attributes: attributes:
label: What package manager are you using? label: What package manager are you using?
@ -30,20 +36,10 @@ body:
description: A clear and concise description of what the bug is. description: A clear and concise description of what the bug is.
validations: validations:
required: true required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: Describe the bug in steps that we can reproduce ourselves.
value: |
1. `npm init astro` using template <NAME>
2. ...
3. ...
4. ...
5. Error! Describe what went wrong (and what was expected instead)...
validations:
required: true
- type: input - type: input
attributes: attributes:
label: Link to Minimal Reproducible Example (Optional) label: Link to Minimal Reproducible Example
description: 'Issues with easy reproductions are more likely to get fixed, faster.' description: 'Please use the following link to create a reproduction: https://astro.new/minimal@next'
placeholder: 'https://github.com/username/repo' placeholder: 'https://stackblitz.com/abcd1234'
validations:
required: true