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
|
||||
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…
Add table
Reference in a new issue