Remove redundancy in heading in bug report issue form

This commit is contained in:
opusforlife2 2021-10-05 13:35:34 +00:00 committed by GitHub
parent 7ebdd7830a
commit 58b69b1fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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
View File

@ -0,0 +1 @@
Fix redundancy in heading in the bug report issue form