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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-12 01:52:41 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-01-12 01:52:41 +0400
commit98630dd0bcef76a0f1f86e2d2603d23c4f4eacb9 (patch)
treed8b7103ae917d501413c3e850738bd5924d9e35a /issue_template.md
parent3695425c1c1bc812bbe0595ddd263925884b4c14 (diff)
Create issue_template.md
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md
new file mode 100644
index 00000000000..afb7388620a
--- /dev/null
+++ b/issue_template.md
@@ -0,0 +1,41 @@
+### Expected behaviour
+Tell us what should happen
+
+### Actual behaviour
+Tell us what happens instead
+
+### Steps to reproduce:
+1.
+2.
+3.
+
+###Server configuration
+Webserver:
+
+PHP version:
+
+### Client configuration
+Browser:
+
+Operating system:
+
+### Logs
+####Webserver error log:
+
+```
+Insert your webserver log here
+
+```
+
+####ownCloud log (data/owncloud.log):
+
+```
+Insert your ownCloud log here
+
+```
+
+####Browser error log:
+```
+Insert your browser error log here
+
+```