mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +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
24a076a202
commit
a761dac99f
2 changed files with 16 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
|
@ -57,6 +57,14 @@ body:
|
|||
placeholder: e.g. From https://element.io/get-started
|
||||
validations:
|
||||
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
|
||||
id: rageshake
|
||||
attributes:
|
||||
|
|
8
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
|
@ -57,6 +57,14 @@ body:
|
|||
placeholder: e.g. develop.element.io, app.element.io
|
||||
validations:
|
||||
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
|
||||
id: rageshake
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue