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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-01-31 13:14:00 +0300
committerGitHub <noreply@github.com>2022-01-31 13:14:00 +0300
commit0a2e15660533dc5b85c5156d8f486fa0bd47c8e0 (patch)
tree91ce0168ef2fe74c29728ef9858c796498288239 /.github
parentc84c7654a728b1066e696c86eb862216500b07c2 (diff)
Make less fields mandatory in the bug reporting
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
index a64e6e6033a..b377db9b05d 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -67,8 +67,6 @@ body:
- "Official All-in-One appliance"
- "Web installer on a VPS or web space"
- "Other"
- validations:
- required: true
- type: dropdown
id: system
attributes:
@@ -80,8 +78,6 @@ body:
- "Debian/Ubuntu"
- "RHEL/CentOS"
- "Other"
- validations:
- required: true
- type: dropdown
id: php
attributes:
@@ -95,8 +91,6 @@ body:
- "PHP 8.0"
- "PHP 8.1"
- "Other"
- validations:
- required: true
- type: dropdown
id: webserver
attributes:
@@ -109,8 +103,6 @@ body:
- "Nginx"
- "Lighttpd"
- "Other"
- validations:
- required: true
- type: dropdown
id: database
attributes:
@@ -125,8 +117,6 @@ body:
- "SQlite"
- "Oracle"
- "Other"
- validations:
- required: true
- type: dropdown
id: fresh
attributes:
@@ -137,8 +127,6 @@ body:
- "Updated from a minor version (ex. 22.2.3 to 22.2.4)"
- "Updated to a major version (ex. 22.2.3 to 23.0.1)"
- "Fresh Nextcloud Server install"
- validations:
- required: true
- type: dropdown
id: encryption
attributes:
@@ -147,8 +135,6 @@ body:
options:
- "Encryption is Enabled"
- "Encryption is Disabled"
- validations:
- required: true
- type: checkboxes
id: users
attributes:
@@ -175,8 +161,6 @@ body:
```
> NOTE: This will be automatically formatted into code for better readability.
render: shell
- validations:
- required: true
- type: textarea
id: apps
attributes:
@@ -205,8 +189,6 @@ body:
```
> NOTE: This will be automatically formatted into code for better readability.
render: shell
- validations:
- required: true
- type: textarea
id: nextcloud-log
attributes:
@@ -216,12 +198,8 @@ body:
Copy all contents from `data/nextcloud.log` or a RAW from `/settings/admin/logging` section:
> NOTE: This will be automatically formatted into code for better readability.
render: shell
- validations:
- required: true
- type: textarea
id: additional-info
attributes:
label: Additional info
description: Any additional information related to the issue (ex. browser console errors, software versions).
- validations:
- required: true