[CI-SKIP] Fix issue template syntax

This commit is contained in:
games647
2021-06-30 17:04:16 +02:00
parent d2fcdade0b
commit 51a28ae93f

View File

@ -1,6 +1,5 @@
name: 🐞 Bug Report name: 🐞 Bug Report
description: Something isn't working, broken, not expected behavior description: Something isn't working, broken, not expected behavior
title: ""
labels: [bug] labels: [bug]
body: body:
- type: markdown - type: markdown
@ -15,7 +14,7 @@ body:
attributes: attributes:
label: What did you expect label: What did you expect
description: What behavior is expected? description: What behavior is expected?
- type: textare - type: textarea
attributes: attributes:
label: Steps/models to reproduce label: Steps/models to reproduce
description: The actions that cause the issues. Please explain it in detail. description: The actions that cause the issues. Please explain it in detail.