From 0b7e4ee580ab859512b1feeb4eb31a7112a8e19f Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 15 Aug 2023 15:57:17 +0200 Subject: [PATCH] Update ISSUE_TEMPLATE Signed-off-by: Marcel Klehr --- .github/ISSUE_TEMPLATE/bug_report.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 32a0026a..3907324b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,6 +37,18 @@ body: - GPU mode validations: required: true + - type: dropdown + attributes: + label: Downstream App + description: 'How are you viewing the classification results?' + options: + - Files App + - Photos App + - Memories App + - Audioplayer App + - other, please specify below + validations: + required: true - type: input attributes: label: Which Nextcloud version do you have installed? @@ -51,10 +63,14 @@ body: required: true - type: input attributes: - label: Which Docker container are you using to run Nextcloud? (if applicable) - description: 'For example: v23.0.1' + label: Which database are you running Nextcloud on? + description: 'For example: MariaDB 10.5' validations: required: true + - type: input + attributes: + label: Which Docker container are you using to run Nextcloud? (if applicable) + description: 'For example: v23.0.1' - type: input attributes: label: How much RAM does your server have?