Skip to content

Commit 51a28ae

Browse files
author
games647
committed
[CI-SKIP] Fix issue template syntax
1 parent d2fcdad commit 51a28ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: 🐞 Bug Report
22
description: Something isn't working, broken, not expected behavior
3-
title: ""
43
labels: [bug]
54
body:
65
- type: markdown
@@ -15,7 +14,7 @@ body:
1514
attributes:
1615
label: What did you expect
1716
description: What behavior is expected?
18-
- type: textare
17+
- type: textarea
1918
attributes:
2019
label: Steps/models to reproduce
2120
description: The actions that cause the issues. Please explain it in detail.

0 commit comments

Comments
 (0)