Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracsfer <carlos@reendex.com>2022-01-24 12:54:35 +0300
committerGitHub <noreply@github.com>2022-01-24 12:54:35 +0300
commit7460b3bbc17d3d3fbe2935476ee3b289ef67451c (patch)
tree193d10946ef3a6a36afcec93fac60df69819fae6 /.github
parent492e73b47efbddfea462acefd7134fb6b3f39501 (diff)
Add DB options and backends as checkboxes
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
index 968cbabe6bd..a211e622de9 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -109,6 +109,8 @@ body:
- "MySQL"
- "MariaDB"
- "PostgreSQL"
+ - "SQlite"
+ - "Oracle"
- "Other"
validations:
required: true
@@ -135,18 +137,18 @@ body:
- "Encryption is Disabled"
validations:
required: true
- - type: dropdown
+ - type: checkboxes
id: users
attributes:
label: Are you using an external user-backend?
description: |
- Select if an external user-backend is Enabled on your Nextcloud Server.
+ Select all user-backends 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"
+ - label: "Default internal user-backend"
+ - label: "LDAP/ Active Directory"
+ - label: "SSO - SAML"
+ - label: "Other"
validations:
required: true
- type: textarea