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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-09 11:06:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-09 11:06:53 +0300
commit76cd4dcb5c54c1cc24a830e5a8487341ee995188 (patch)
tree88da223b27f3e3a7106ad1baacb3cd00b45a8d65 /.github
parentabc1b0a00ce3bfc84c7306381b8d19e3c7bd7192 (diff)
Simplify the bug report issue template
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md57
1 files changed, 3 insertions, 54 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 1736f3c96..e4686c122 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -4,23 +4,22 @@ about: Have you encountered a bug?
title: ''
labels: bug, 0. to triage
assignees: ''
-
---
### Expected behavior
Tell us what should happen
+
### Actual behavior
Tell us what happens instead
+
### Mail app
**Mail app version:** (see apps admin page, e.g. 0.5.3)
**Mailserver or service:** (e.g. Outlook, Yahoo, Gmail, Exchange,...)
-**Number of accounts:** (e.g. 1 or 2)
-
### Server configuration
@@ -28,63 +27,13 @@ Tell us what happens instead
**Web server:** (e.g. Apache, Nginx,...)
-**Database:** (e.g. MariaDB, SQLite, PostgreSQL,...)
+**Database:** (e.g. MariaDB, SQLite or PostgreSQL)
**PHP version:** (e.g. 7.0)
**Nextcloud Version:** (see admin page, e.g. 13.0.2)
-**Updated from an older version or fresh install:**
-
-**List of activated apps:**
-```
-If you have access to your command line run e.g.:
-sudo -u www-data php occ app:list
-from within your server installation folder
-```
-
-**The content of config/config.php:**
-```
-If you have access to your command line run e.g.:
-sudo -u www-data php occ config:list system
-from within your Nextcloud installation folder
-
-or
-
-Insert your config.php content here
-Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
-```
-
#### Client configuration
**Browser:** (e.g. Firefox 48)
**Operating system:** (e.g. Arch Linux)
-
-#### Logs
-##### Web server error log
-```
-Insert your webserver log here (e.g. /var/log/apache2/...)
-```
-
-##### Server log (data/nextcloud.log)
-```
-Insert your server log here
-```
-
-##### IMAP log (data/horde_imap.log)
-```
-Enable debug mode and insert your horde IMAP log here, see https://docs.nextcloud.com/server/13/developer_manual/general/debugging.html#debug-mode
-```
-
-##### SMTP log (data/horde_smtp.log)
-```
-Enable debug mode and insert your horde IMAP log here, see https://docs.nextcloud.com/server/13/developer_manual/general/debugging.html#debug-mode
-```
-
-##### Browser log
-```
-Insert your browser log here, this could for example include:
-
-a) The javascript console log
-b) The network log
-```