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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-02-04 15:18:50 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-02-04 15:18:50 +0400
commit20f2ed99ba6cfe1f62f1ffe3d05287af476cb6e6 (patch)
tree8afa117b5752ae3a47c6f6f2dfde34d931c59b73 /issue_template.md
parent7c4aa2e1f793e58d519a94ce9dde40b422b2865a (diff)
Create issue_template.md
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md
new file mode 100644
index 000000000..3377504e6
--- /dev/null
+++ b/issue_template.md
@@ -0,0 +1,49 @@
+### Affected apps
+Tell us which app(s) you are talking about
+
+### Expected behaviour
+Tell us what should happen
+
+### Actual behaviour
+Tell us what happens instead
+
+### Steps to reproduce
+1.
+2.
+3.
+
+### Server configuration
+Operating system:
+
+Web server:
+
+Database:
+
+PHP version:
+
+ownCloud version:
+
+### Client configuration
+Browser:
+
+Operating system:
+
+### Logs
+#### Web server error log
+```
+Insert your webserver log here
+```
+
+#### ownCloud log (data/owncloud.log)
+```
+Insert your ownCloud log here
+```
+
+#### Browser log
+```
+Insert your browser log here, this could for example include:
+
+a) The javascript console log
+b) The network log
+c) ...
+```