2021-06-23 23:53:38 -04:00
|
|
|
name: "\U0001F41B Bug Report"
|
2021-06-23 23:41:33 -04:00
|
|
|
description: Report an issue or possible bug
|
2021-06-29 20:07:52 -04:00
|
|
|
title: "\U0001F41B BUG:"
|
2021-06-23 23:41:19 -04:00
|
|
|
labels: []
|
|
|
|
assignees: []
|
2021-06-23 23:36:07 -04:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
2021-06-24 15:00:46 -04:00
|
|
|
value: |
|
2021-06-24 15:01:33 -04:00
|
|
|
## Quick Checklist
|
2021-06-24 15:00:46 -04:00
|
|
|
Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
|
2021-07-20 00:07:49 -04:00
|
|
|
|
2021-11-12 18:26:42 -05:00
|
|
|
✅ I am using the **latest version of Astro** and all plugins.
|
2021-12-16 18:53:22 -05:00
|
|
|
✅ I am using a version of Node that supports ESM (`v14.15.0+`, or `v16.0.0+`)
|
2021-11-12 18:26:42 -05:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: What version of `astro` are you using?
|
|
|
|
placeholder: 0.0.0
|
|
|
|
validations:
|
|
|
|
required: true
|
2021-06-24 15:00:46 -04:00
|
|
|
- type: input
|
2021-06-23 23:36:07 -04:00
|
|
|
attributes:
|
|
|
|
label: What package manager are you using?
|
2021-06-24 15:00:46 -04:00
|
|
|
placeholder: npm, yarn, pnpm
|
2021-06-24 11:29:22 -04:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-06-23 23:36:07 -04:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: What operating system are you using?
|
2021-06-24 15:00:46 -04:00
|
|
|
placeholder: Mac, Windows, Linux
|
2021-06-24 11:29:22 -04:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-06-23 23:40:50 -04:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Describe the Bug
|
|
|
|
description: A clear and concise description of what the bug is.
|
2021-06-24 11:29:22 -04:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-11-12 18:26:42 -05:00
|
|
|
- type: input
|
2021-06-23 23:40:50 -04:00
|
|
|
attributes:
|
2021-11-12 18:26:42 -05:00
|
|
|
label: Link to Minimal Reproducible Example
|
2021-11-12 18:27:38 -05:00
|
|
|
description: 'Please use the following link to create a reproduction: https://astro.new'
|
2021-11-12 18:26:42 -05:00
|
|
|
placeholder: 'https://stackblitz.com/abcd1234'
|
2021-06-24 11:29:22 -04:00
|
|
|
validations:
|
|
|
|
required: true
|