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

github.com/nextcloud/admin_notifications.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:28:38 +0300
committerJoas Schilling <coding@schilljs.com>2017-04-05 10:31:30 +0300
commit9712f13f95b04091d0216e39d929ccdcde757d11 (patch)
tree052c6bfa537422788351ed5891570439801795b5
parent1c0561fd28b543831184ead99c5105d4b65e9e21 (diff)
Promote the issue template apppromote-issue-template-app
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/issue_template.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 7690c64..f622d44 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -4,7 +4,7 @@ Thanks for reporting issues back to Nextcloud! This is the issue tracker of the
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
+<!--
+You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
+-->
+
**Operating system**:
**Web server:**
@@ -44,6 +48,11 @@ from within your Nextcloud installation folder
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
+
+Insert your config.php content here
+Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
```
### Client configuration
@@ -63,6 +72,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) ...
```