From 79d091d09407f133c28574e6c242452d86329584 Mon Sep 17 00:00:00 2001 From: Git'Fellow Date: Fri, 6 May 2022 15:27:08 +0200 Subject: [PATCH] Ask for Desktop Client version Alongside with Server version --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 935ae8723..3a7088a21 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -105,6 +105,14 @@ body: placeholder: 23.0.1 validations: required: true + - type: input + id: client-version + attributes: + label: Nextcloud Desktop Client version + description: Nextcloud Desktop Client version. + placeholder: 3.5.0 + validations: + required: true - type: dropdown id: fresh attributes: