From c2f463e70b44ec8f64f3e5a852b10426c49b3de0 Mon Sep 17 00:00:00 2001 From: acsfer Date: Fri, 21 Jan 2022 10:19:56 +0100 Subject: [PATCH] Add default user-backend option --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 30178192eae..86f3ae24053 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,6 +1,6 @@ name: "Bug report: Nextcloud Server" description: "Submit a report and help us improve Nextcloud Server" -title: "[Bug]: " +title: "" labels: ["bug", "0. Needs triage"] body: - type: markdown @@ -130,8 +130,8 @@ body: description: | Select if encryption is Enabled on your Nextcloud Server. options: - - "Enabled" - - "Disabled" + - "Encryption is Enabled" + - "Encryption is Disabled" validations: required: true - type: dropdown @@ -142,6 +142,7 @@ body: Select if an external user-backend is Enabled on your Nextcloud Server. Describe in the "Additional info" section if you chose "Other". options: + - "Internal user-backend only" - "LDAP/ Active Directory" - "SSO - SAML" - "Other"