mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #18738 from kittykat/issue-templates
Issue templates: add question about homeserver
This commit is contained in:
commit
b36b3f1e91
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 New Issue
Block a user