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, …) ```