From 6ae6bdf74a27e00d4ed86cdb3a1a8407a8e79cd3 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 18 Apr 2017 12:40:53 +0200 Subject: [PATCH] Update issue_template.md --- issue_template.md | 56 ++++++++++++++--------------------------------- 1 file changed, 17 insertions(+), 39 deletions(-) diff --git a/issue_template.md b/issue_template.md index 591dca3a3..522ccd993 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,7 +1,6 @@ ### Steps to reproduce - 1. -2. +2. 3. ### Expected behaviour @@ -11,6 +10,10 @@ Tell us what should happen Tell us what happens instead ### Server configuration + + **Operating system**: **Web server:** @@ -19,17 +22,15 @@ Tell us what happens instead **PHP version:** -**Server version:** (see your admin page) +**Nextcloud version:** (see Nextcloud admin page) -**Deck version:** (see the apps page) - -**Updated from an older installed version or fresh install:** +**Where did you install Nextcloud from:** **Signing status:** ``` -Login as admin user into your cloud and access -http://example.com/index.php/settings/integrity/failed +Login as admin user into your Nextcloud and access +http://example.com/index.php/settings/integrity/failed paste the results here. ``` @@ -38,57 +39,34 @@ paste the results here. ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list -from within your instance's installation folder +from within your Nextcloud installation folder ``` -**The content of config/config.php:** +**Nextcloud configuration:** ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system -from within your instance's installation folder +from within your Nextcloud installation folder -or +or Insert your config.php content here -(Without the database password, passwordsalt and secret) +Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ``` -**Are you using external storage, if yes which one:** local/smb/sftp/... - -**Are you using encryption:** yes/no - **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... -#### LDAP configuration (delete this part if not used) - -``` -With access to your command line run e.g.: -sudo -u www-data php occ ldap:show-config -from within your instance's installation folder - -Without access to your command line download the data/owncloud.db to your local -computer or access your SQL server remotely and run the select query: -SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; - - -Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. -``` - ### Client configuration **Browser:** **Operating system:** ### Logs -#### Web server error log -``` -Insert your webserver log here -``` -#### Log file (data/nextcloud.log) +#### Nextcloud log (data/nextcloud.log) ``` -Insert your nextcloud.log file here +Insert your Nextcloud log here ``` #### Browser log @@ -96,6 +74,6 @@ Insert your nextcloud.log file here Insert your browser log here, this could for example include: a) The javascript console log -b) The network log +b) The network log c) ... ```