From f87a77241b96c44e9c813452b647fc73e73db459 Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Thu, 23 Mar 2023 14:13:09 +0100 Subject: Ask for Nextcloud version on issue reporting Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index d47f05b53dc..f11536a34db 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -70,6 +70,20 @@ body: - "Community SNAP package" - "Community VM appliance" - "Other Community project" + - type: dropdown + id: nextcloud-version + attributes: + label: Nextcloud Server version + description: | + Select Nextcloud Server version. + _Versions not listed here are not maintained and not supported anymore_ + options: + - "24" + - "25" + - "26" + - "master" + validations: + required: true - type: dropdown id: system attributes: -- cgit v1.2.3