mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Update bug_report_beta.yml
This commit is contained in:
parent
e8b8519e0c
commit
20df70d7c8
1 changed files with 8 additions and 14 deletions
22
.github/ISSUE_TEMPLATE/bug_report_beta.yml
vendored
22
.github/ISSUE_TEMPLATE/bug_report_beta.yml
vendored
|
@ -31,21 +31,15 @@ body:
|
|||
attributes:
|
||||
label: What operating system are you using?
|
||||
description: 'For example: macOS, Windows'
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: A clear and concise description of what the bug is.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: A clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
validations:
|
||||
required: true
|
||||
- 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."
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
validations:
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue