Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix syntax errors in bug report #720

Merged
merged 1 commit into from Jun 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,8 +1,6 @@
name: "\U0001F41B Bug report"
about: Create a report to help us improve
title: ''
name: 🐛 Bug report
description: Create a report to help us improve
labels: bug
assignees: ''

body:
- type: markdown
Expand All @@ -15,16 +13,20 @@ body:
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
value: ""
validations:
required: true

- type: textarea
id: what-happened
id: reproduction-steps
attributes:
label: To Reproduce
label: Reproduction steps
description: Steps to reproduce the behavior
value: ""
value: |
1.
2.
3.
...
render: bash
validations:
required: true

Expand All @@ -33,7 +35,6 @@ body:
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
value: ""
validations:
required: true

Expand Down Expand Up @@ -75,6 +76,3 @@ body:
attributes:
label: Additional context
description: Add any other context about the problem here.
value: ""
validations:
required: true