2021-06-24 03:53:38 +00:00
name : "\U0001F41B Bug Report"
2021-06-24 03:41:33 +00:00
description : Report an issue or possible bug
2021-06-30 00:07:52 +00:00
title : "\U0001F41B BUG:"
2021-06-24 03:41:19 +00:00
labels : [ ]
assignees : [ ]
2021-06-24 03:36:07 +00:00
body :
- type : markdown
attributes :
2021-06-24 19:00:46 +00:00
value : |
2021-06-24 19:01:33 +00:00
## Quick Checklist
2021-06-24 19:00:46 +00:00
Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
2021-07-20 04:07:49 +00:00
2021-11-12 23:26:42 +00:00
✅ I am using the **latest version of Astro** and all plugins.
2022-07-15 12:15:04 +00:00
✅ I am using a version of Node that supports ESM (`v14.18.0+`, or `v16.12.0+`)
2021-11-12 23:26:42 +00:00
- type : input
2022-05-23 16:02:03 +00:00
id : astro-version
2021-11-12 23:26:42 +00:00
attributes :
label : What version of `astro` are you using?
placeholder : 0.0 .0
validations :
required : true
2022-04-11 05:13:49 +00:00
- type : input
2022-05-23 16:02:03 +00:00
id : ssr-adapter
2022-04-11 05:13:49 +00:00
attributes :
label : Are you using an SSR adapter? If so, which one?
placeholder : None, or Netlify, Vercel, Cloudflare, etc.
validations :
required : true
2021-06-24 19:00:46 +00:00
- type : input
2022-05-23 16:02:03 +00:00
id : package-manager
2021-06-24 03:36:07 +00:00
attributes :
label : What package manager are you using?
2021-06-24 19:00:46 +00:00
placeholder : npm, yarn, pnpm
2021-06-24 15:29:22 +00:00
validations :
required : true
2021-06-24 03:36:07 +00:00
- type : input
2022-05-23 16:02:03 +00:00
id : os
2021-06-24 03:36:07 +00:00
attributes :
label : What operating system are you using?
2021-06-24 19:00:46 +00:00
placeholder : Mac, Windows, Linux
2021-06-24 15:29:22 +00:00
validations :
required : true
2021-06-24 03:40:50 +00:00
- type : textarea
2022-05-23 16:02:03 +00:00
id : bug-description
2021-06-24 03:40:50 +00:00
attributes :
label : Describe the Bug
description : A clear and concise description of what the bug is.
2021-06-24 15:29:22 +00:00
validations :
required : true
2021-11-12 23:26:42 +00:00
- type : input
2022-05-23 16:02:03 +00:00
id : bug-reproduction
2021-06-24 03:40:50 +00:00
attributes :
2021-11-12 23:26:42 +00:00
label : Link to Minimal Reproducible Example
2022-03-24 19:31:33 +00:00
description : 'Use [astro.new](https://astro.new) to create a minimal reproduction of the problem. **A minimal reproduction is required** so that others can help debug your issue. If a report is vague (e.g. just a generic error message) and has no reproduction, it may be auto-closed.'
2021-11-12 23:26:42 +00:00
placeholder : 'https://stackblitz.com/abcd1234'
2021-06-24 15:29:22 +00:00
validations :
required : true
2022-03-24 19:31:33 +00:00
- type : checkboxes
2022-05-23 16:02:03 +00:00
id : will-pr
2022-03-24 19:31:33 +00:00
attributes :
label : Participation
options :
- label : I am willing to submit a pull request for this issue.
required : false