astro/.github/ISSUE_TEMPLATE/---bug_report.yml

52 lines
1.5 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-24 03:47:39 +00:00
title: "\U0001F41B "
2021-06-24 03:41:19 +00:00
labels: []
assignees: []
2021-06-24 03:36:07 +00:00
body:
- type: markdown
attributes:
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
2021-06-24 12:46:33 +00:00
- type: checkboxes
options:
- label: I am on the **latest version of Astro** and all plugins.
required: true
- label: I am using a version of Node that supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`)
required: true
2021-06-24 03:36:07 +00:00
- type: dropdown
attributes:
label: What package manager are you using?
options:
- npm@6
- npm@7
- yarn@1
- yarn@2
- pnpm
- other
- type: input
attributes:
label: What operating system are you using?
description: 'For example: macOS, Windows'
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.
- type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
2021-06-24 03:43:51 +00:00
- type: textarea
attributes:
label: Steps to reproduce
description: "We can't fix bugs that we can't see for ourselves! Issues often need to be closed if this section is skipped."
value:
1. `npm init astro` using template <NAME>
2021-06-24 03:44:36 +00:00
2021-06-24 03:43:51 +00:00
2. ...
2021-06-24 03:44:36 +00:00
2021-06-24 03:43:51 +00:00
3. ...
2021-06-24 03:44:36 +00:00
2021-06-24 03:43:51 +00:00
4. ...
2021-06-24 03:44:36 +00:00
2021-06-24 03:43:51 +00:00
5. Error! Describe what went wrong...