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-01-17 13:10:40 +0300
committerJoas Schilling <coding@schilljs.com>2017-01-17 13:10:40 +0300
commit30cd1821bce29ae1c7d14f5649366b433b3a1c2f (patch)
tree35b85fa0f2da57f5a974b4f24c5982e87c70977e /.github/issue_template.md
parent4b36c02567ae2439d70702f6aed68e1a53adf33e (diff)
Add github special files
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/issue_template.md')
-rw-r--r--.github/issue_template.md82
1 files changed, 82 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 000000000..3bd4c7745
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,82 @@
+## Steps to reproduce
+1.
+2.
+3.
+
+### Expected behaviour
+Tell us what should happen
+
+### Actual behaviour
+Tell us what happens instead
+
+## Browser
+
+**Microphone available:** yes/no
+
+**Camera available:** yes/no
+
+**Operating system:** Windows/Ubuntu/...
+
+**Browser name:** Firefox/Chrome/...
+
+**Browser version:** 50.1/55/...
+
+### Browser log
+
+<details>
+```
+Insert your browser log here, this could for example include:
+a) The javascript console log
+b) The network log
+c) ...
+```
+
+</details>
+
+## Spreed app
+
+**Spreed app version:** (see apps admin page: `/index.php/settings/apps`)
+
+**Custom TURN server configured:** yes/no (see additional admin settings: `/index.php/settings/admin/additional`)
+
+**Custom STUN server configured:** yes/no (see additional admin settings: `/index.php/settings/admin/additional`)
+
+
+## Server configuration
+
+**Operating system**: Ubuntu/RedHat/...
+
+**Web server:** Apache/Nginx
+
+**Database:** MySQL/Maria/SQLite/PostgreSQL
+
+**PHP version:**
+
+**Nextcloud Version:** (see admin page)
+
+**List of activated apps:**
+
+<details>
+```
+If you have access to your command line run e.g.:
+sudo -u www-data php occ app:list
+from within your server installation folder
+```
+</details>
+
+**Config information:**
+
+<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
+```
+</details>
+
+### Server log (data/nextcloud.log)
+<details>
+```
+Insert your server log here
+```
+</details>