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

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus <klaus@jsxc.org>2018-04-19 14:22:47 +0300
committerGitHub <noreply@github.com>2018-04-19 14:22:47 +0300
commit62ed219a64fc7df50d91212fbe412e9e76c0f99c (patch)
tree0745e500bf106db7767ad88c44936c6cbd37755f
parent02ae88e07fe661b5c0e1f68098ccba2aaab8ad92 (diff)
Create ISSUE_TEMPLATE.md
-rw-r--r--.github/ISSUE_TEMPLATE.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..5d22058
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,30 @@
+<!-- WARNING: Bug reports which don't use this template will be closed immediately! -->
+<!-- If you want to submit a feature request, please remove the template. -->
+### Expected behavior
+
+
+### Actual behavior
+
+
+### Steps to reproduce the behavior
+1.
+2.
+3.
+
+### Environment
+- **App version:**
+- **Nextcloud version:**
+- **Browser vendor and version:**
+- **Any browser plugins enabled?**
+- **Is your Matomo installation working as expected?**
+
+### Logs
+#### Javascript
+<!-- Do you see any errors in your javascript console (ctrl+shift+I)? -->
+```
+```
+
+#### Nextcloud
+<!-- Do you see any related entries in your Nextcloud log? (data/nextcloud.log) -->
+```
+```