diff options
author | acsfer <carlos@reendex.com> | 2022-01-21 10:19:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 10:19:56 +0100 |
commit | c2f463e70b44ec8f64f3e5a852b10426c49b3de0 (patch) | |
tree | ff523600ca1d2d893a4f3594ef7bab235abc2ddd /.github | |
parent | 6f8d35e0a4870f1403586ee37045177b8b506ea7 (diff) | |
download | nextcloud-server-c2f463e70b44ec8f64f3e5a852b10426c49b3de0.tar.gz nextcloud-server-c2f463e70b44ec8f64f3e5a852b10426c49b3de0.zip |
Add default user-backend option
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 7 |
1 files 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" |