From b2321d3196c25a243a72138851ee1c5600d70056 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Thu, 24 Oct 2024 13:56:57 +0200 Subject: [PATCH] chore: ask nextcloud version and memory caching Signed-off-by: Daniel Kesselberg --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 1884d3c21b..573bc9ef23 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -36,6 +36,12 @@ body: label: Mail app version description: | See apps admin page, e.g. 3.7.1 +- type: input + id: nextcloud-version + attributes: + label: Nextcloud version + description: | + See the admin settings, e.g. 30.0.1 - type: input id: mail-server-service attributes: @@ -62,6 +68,12 @@ body: - "PHP 8.2" - "PHP 8.3" - "Other" +- type: input + id: memcache + attributes: + label: Nextcloud memory caching + description: | + If memory caching enable, please let us know what you are using for memcache.local and memcache.distributed. - type: dropdown id: webserver attributes: