Skip to content

Commit 2bd1ffa

Browse files
authored
Fix syntax errors in bug report (#720)
1 parent c31ab29 commit 2bd1ffa

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml renamed to .github/ISSUE_TEMPLATE/bug-report.yml

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: "\U0001F41B Bug report"
2-
about: Create a report to help us improve
3-
title: ''
1+
name: 🐛 Bug report
2+
description: Create a report to help us improve
43
labels: bug
5-
assignees: ''
64

75
body:
86
- type: markdown
@@ -15,16 +13,20 @@ body:
1513
attributes:
1614
label: Describe the bug
1715
description: A clear and concise description of what the bug is.
18-
value: ""
1916
validations:
2017
required: true
2118

2219
- type: textarea
23-
id: what-happened
20+
id: reproduction-steps
2421
attributes:
25-
label: To Reproduce
22+
label: Reproduction steps
2623
description: Steps to reproduce the behavior
27-
value: ""
24+
value: |
25+
1.
26+
2.
27+
3.
28+
...
29+
render: bash
2830
validations:
2931
required: true
3032

@@ -33,7 +35,6 @@ body:
3335
attributes:
3436
label: Expected behavior
3537
description: A clear and concise description of what you expected to happen.
36-
value: ""
3738
validations:
3839
required: true
3940

@@ -75,6 +76,3 @@ body:
7576
attributes:
7677
label: Additional context
7778
description: Add any other context about the problem here.
78-
value: ""
79-
validations:
80-
required: true

0 commit comments

Comments
 (0)