From 14a34b6f76ed9d70d506fb00609be08cc2488bef Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 5 Apr 2017 09:42:02 +0200 Subject: [PATCH] Promote the issue template app Signed-off-by: Joas Schilling --- .github/issue_template.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 3bd4c7745f8..f8af2b26f18 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -27,7 +27,7 @@ Tell us what happens instead ``` Insert your browser log here, this could for example include: a) The javascript console log -b) The network log +b) The network log c) ... ``` @@ -43,6 +43,10 @@ c) ... ## Server configuration + + **Operating system**: Ubuntu/RedHat/... @@ -64,13 +68,18 @@ from within your server installation folder ``` -**Config information:** +**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 server installation folder +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, …) ```