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
id: result
attributes:
label: What happened?
label: Intended result and actual result
placeholder: Tell us what went wrong
value: |
### What did you expect?
#### What did you expect?
### What happened?
#### What happened instead?
validations:
required: true
- type: input

1
changelog.d/4076.misc Normal file
View file

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