Merge pull request #18738 from kittykat/issue-templates
Issue templates: add question about homeserver
This commit is contained in:
commit
b36b3f1e91
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
|
placeholder: e.g. From https://element.io/get-started
|
||||||
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:
|
||||||
|
|
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
|
placeholder: e.g. develop.element.io, app.element.io
|
||||||
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…
Add table
Reference in a new issue