Update bug_report_beta.yml

This commit is contained in:
Nate Moore 2021-06-23 22:43:51 -05:00 committed by GitHub
parent 20b2920c2f
commit fb509dbee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
name: "\U0001F41B Bug Report (Beta)"
description: Report an issue or possible bug
title: "\U0001F41B <TITLE>"
title: "\U0001F41B"
labels: []
assignees: []
body:
@ -39,3 +39,13 @@ body:
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
- 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>
2. ...
3. ...
4. ...
5. Error! Describe what went wrong...