forked from TuxCoding/FastLogin
[CI-SKIP] Fix issue template syntax
This commit is contained in:
3
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -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.
|
||||||
|
Reference in New Issue
Block a user