Skip to content

Commit 58b69b1

Browse files
authored
Remove redundancy in heading in bug report issue form
1 parent 7ebdd78 commit 58b69b1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ body:
2323
- type: textarea
2424
id: result
2525
attributes:
26-
label: What happened?
26+
label: Intended result and actual result
2727
placeholder: Tell us what went wrong
2828
value: |
29-
### What did you expect?
29+
#### What did you expect?
3030
31-
### What happened?
31+
#### What happened instead?
3232
validations:
3333
required: true
3434
- type: input

changelog.d/4076.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix redundancy in heading in the bug report issue form

0 commit comments

Comments
 (0)