From ea986dbac751859f4410ae9ca83828a4042935be Mon Sep 17 00:00:00 2001 From: Ekaterina Gerasimova Date: Wed, 25 Aug 2021 13:15:42 +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.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e95387dd6c..c35b02c888 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -56,6 +56,14 @@ body: placeholder: e.g. Element version 1.7.34, olm version 3.2.3 from F-Droid 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: