summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-18 12:40:47 +0200
committerJoas Schilling <coding@schilljs.com>2017-04-18 12:40:47 +0200
commit062f5cd84f29e3cd6f78173c23c9a3e5b6919bf7 (patch)
treeb1c480fbefcec61e1defd5ab2961e40ea15da240 /.github
parent87006b585e88ab6a24e573405cfd98c325119262 (diff)
Update issue template
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 89e32472..58b98efc 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -16,6 +16,10 @@ Tell us what should happen
Tell us what happens instead
### Server configuration
+<!--
+You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
+-->
+
**Operating system**:
**Web server:**
@@ -46,18 +50,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
+from within your instance's 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/...