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-21 12:19:56 +0300
committerGitHub <noreply@github.com>2022-01-21 12:19:56 +0300
commitc2f463e70b44ec8f64f3e5a852b10426c49b3de0 (patch)
treeff523600ca1d2d893a4f3594ef7bab235abc2ddd /.github
parent6f8d35e0a4870f1403586ee37045177b8b506ea7 (diff)
Add default user-backend option
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml7
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"