astro/.github/ISSUE_TEMPLATE/---01-bug-report.yml

50 lines
1.6 KiB
YAML
Raw Normal View History

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-06-24 19:02:24 +00:00
✅ 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+`)
2021-06-24 19:00:46 +00:00
- type: input
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
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
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-06-24 03:40:50 +00:00
- type: textarea
attributes:
2021-06-26 04:37:03 +00:00
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)...
2021-06-24 15:29:22 +00:00
validations:
required: true
- type: input
attributes:
2021-06-26 04:37:03 +00:00
label: Link to Minimal Reproducible Example (Optional)
2021-07-20 04:07:49 +00:00
description: 'Issues with easy reproductions are more likely to get fixed, faster.'
2021-06-24 15:29:22 +00:00
placeholder: 'https://github.com/username/repo'