From 222e212fd1d84cc65a58525920cf7c10376708d9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 5 Apr 2017 09:26:35 +0200 Subject: [PATCH] Promote the issue template app Signed-off-by: Joas Schilling --- issue_template.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/issue_template.md b/issue_template.md index da76766d8..62a939174 100644 --- a/issue_template.md +++ b/issue_template.md @@ -4,7 +4,7 @@ Thanks for reporting issues back to Nextcloud! This is the issue tracker of the This is the bug tracker for the Activity App. Find other components at https://github.com/nextcloud/core/blob/master/CONTRIBUTING.md#guidelines To make it possible for us to help you please fill out below information carefully. ---> +--> ### Steps to reproduce 1. 2. @@ -17,6 +17,10 @@ Tell us what should happen Tell us what happens instead ### Server configuration + + **Operating system**: **Web server:** @@ -33,7 +37,7 @@ Tell us what happens instead ``` Login as admin user into your Nextcloud and access -http://example.com/index.php/settings/integrity/failed +http://example.com/index.php/settings/integrity/failed paste the results here. ``` @@ -45,17 +49,17 @@ sudo -u www-data php occ app:list 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 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 an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... @@ -77,6 +81,6 @@ Insert your Nextcloud log 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) ... ```