mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 10:55:55 +03:00
Issue templates: add question about homeserver
Some issues are related to homeserver, version or settings. Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
This commit is contained in:
parent
f843712d7e
commit
ea986dbac7
1 changed files with 8 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/bug.yml
vendored
8
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -56,6 +56,14 @@ body:
|
||||||
placeholder: e.g. Element version 1.7.34, olm version 3.2.3 from F-Droid
|
placeholder: e.g. Element version 1.7.34, olm version 3.2.3 from F-Droid
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: input
|
||||||
|
id: homeserver
|
||||||
|
attributes:
|
||||||
|
label: Homeserver
|
||||||
|
description: Which server is your account registered on?
|
||||||
|
placeholder: e.g. matrix.org
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: rageshake
|
id: rageshake
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue