From a761dac99f2d24090cb40057c32161b4ff69f310 Mon Sep 17 00:00:00 2001 From: Ekaterina Gerasimova Date: Wed, 25 Aug 2021 13:13:09 +0100 Subject: [PATCH] Issue templates: add question about homeserver Some issues are related to homeserver, version or settings. Signed-off-by: Ekaterina Gerasimova --- .github/ISSUE_TEMPLATE/bug-desktop.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/bug-web.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-desktop.yml b/.github/ISSUE_TEMPLATE/bug-desktop.yml index c601c0c9bc..fdffdebdb5 100644 --- a/.github/ISSUE_TEMPLATE/bug-desktop.yml +++ b/.github/ISSUE_TEMPLATE/bug-desktop.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/bug-web.yml b/.github/ISSUE_TEMPLATE/bug-web.yml index e407245ab3..457b582736 100644 --- a/.github/ISSUE_TEMPLATE/bug-web.yml +++ b/.github/ISSUE_TEMPLATE/bug-web.yml @@ -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: