Remove redundancy in heading in bug report issue form
This commit is contained in:
parent
7ebdd7830a
commit
58b69b1fe4
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -23,12 +23,12 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: result
|
id: result
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: Intended result and actual result
|
||||||
placeholder: Tell us what went wrong
|
placeholder: Tell us what went wrong
|
||||||
value: |
|
value: |
|
||||||
### What did you expect?
|
#### What did you expect?
|
||||||
|
|
||||||
### What happened?
|
#### What happened instead?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
1
changelog.d/4076.misc
Normal file
1
changelog.d/4076.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix redundancy in heading in the bug report issue form
|
Loading…
Reference in New Issue
Block a user