Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-05 10:42:02 +0300
committerJoas Schilling <coding@schilljs.com>2017-04-05 10:42:02 +0300
commit14a34b6f76ed9d70d506fb00609be08cc2488bef (patch)
treef7a25c41d7e7b96e8e27fe7ce2cc3d72861fce19 /.github
parente7b21955ea649c3ee8de6904300c4a149f3b0113 (diff)
Promote the issue template app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 3bd4c7745..f8af2b26f 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
+<!--
+You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
+-->
+
**Operating system**: Ubuntu/RedHat/...
@@ -64,13 +68,18 @@ from within your server installation folder
```
</details>
-**Config information:**
+**Nextcloud configuration:**
<details>
```
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, …)
```
</details>