1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

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
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