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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-02-11 00:05:41 +0300
committerGitHub <noreply@github.com>2021-02-11 00:05:41 +0300
commit2ded2e16b3db2172b28d4bd1cf58f02a61ff584a (patch)
tree0ee71f3f97cc98dfca753e02174c938e90b9bbdc /.github
parentbc1d57f6dc43e843d26cbb5e484539201f518cf9 (diff)
Creates issue templates (#17187)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md49
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml23
-rw-r--r--.github/ISSUE_TEMPLATE/documentation_issue.md14
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md21
4 files changed, 107 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000..f3ef030904
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,49 @@
+---
+name: "Bug report"
+about: Something isn't working correctly with Matomo
+labels: Potential Bug
+
+---
+
+<!-- Please provide a short summary of the issue in the *Title* above -->
+
+<!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ -->
+
+## Expected Behavior
+<!-- When describing a bug, please tell us what should happen -->
+<!-- When suggesting a change/improvement, please tell us how it should work -->
+
+## Current Behavior
+<!-- For bugs please tell us what happens instead of the expected behavior -->
+<!-- If suggesting a change/improvement, explain the difference from current behavior -->
+
+## Possible Solution
+<!-- Not required, but if possible try to describe a fix or ideas -->
+<!-- how to implement the suggested change or improvement -->
+
+## Steps to Reproduce (for Bugs)
+<!-- For UI bugs, please try to reproduce that on our demo (https://demo.matomo.cloud/) -->
+<!-- if that is possible, please include the URLs and steps how to reprduce it there -->
+<!-- For other bugs or UI bugs that can't be reproduced on Demo, please include any relevant -->
+<!-- URLs or commands your are using that may help us to reproduce the bug -->
+1.
+2.
+
+## Context
+<!-- How has this issue affected you? What are you trying to accomplish? -->
+<!-- Providing context helps us come up with a solution that is most useful in the real world -->
+<!-- If there already was a discussion on our community forum about this topic, please also -->
+<!-- include the link here, as the posts might provide some helpful information -->
+
+
+## Your Environment
+
+<!-- Include as many relevant details about the environment you experienced the bug in -->
+<!-- You can find some of that information in the system check -->
+* Matomo Version:
+* PHP Version:
+* Server Operating System:
+* Additionally installed plugins:
+<!-- For UI Bugs please also tell us something about your environment -->
+* Browser:
+* Operating System:
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000000..9a3b69e174
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,23 @@
+blank_issues_enabled: true
+contact_links:
+ - name: Tag Manager Issue
+ url: https://github.com/matomo-org/tag-manager/issues/new
+ about: Create a Tag Manager related report
+ - name: Log Analytics Issue
+ url: https://github.com/matomo-org/matomo-log-analytics/issues/new
+ about: Create a Log Analytics related report
+ - name: Developer Documentation Issue
+ url: https://github.com/matomo-org/developer-documentation/issues/new
+ about: Create an issue that is related to our developer documentation
+ - name: Premium Plugin Issue
+ url: https://matomo.org/support/
+ about: Report issues that are related to premium plugins
+ - name: Support/Usage Question
+ url: https://forum.matomo.org/
+ about: Feel free to ask anything
+ - name: Developer Documentation
+ url: https://developer.matomo.org/
+ about: Official documentation
+ - name: Translation feedback
+ url: https://matomo.org/translations/
+ about: Share feedback / help on translations
diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.md b/.github/ISSUE_TEMPLATE/documentation_issue.md
new file mode 100644
index 0000000000..29613b5fb4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/documentation_issue.md
@@ -0,0 +1,14 @@
+---
+name: "Documentation issue"
+about: Some information within the documentation is wrong or missing
+labels: documentation
+
+---
+<!-- Please report only issues related to the documentation on https://matomo.org here -->
+<!-- Documentation issues within our developer documentation on http://developer.matomo.org -->
+<!-- should be reported at https://github.com/matomo-org/developer-documentation/issues/new -->
+
+<!-- Please provide a short summary of the issue in the *Title* above -->
+
+<!-- Please include the URL of the part of the documentation that should be fixed/improved -->
+<!-- and describe which part causes you problems or the errors that are included in it -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000000..1dee57a267
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,21 @@
+---
+name: "Feature request"
+about: You think Matomo lacks some feature it should have?
+labels: Enhancement
+
+---
+
+<!-- Please provide a short summary of the issue in the *Title* above -->
+
+<!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ -->
+
+## Summary
+<!-- Please provide a detailed summary of the feature -->
+
+## Your Environment
+<!-- Include as many relevant details about the environment when applicable -->
+<!-- You can find some of that information in the system check -->
+* Matomo Version:
+* PHP Version:
+* Server Operating System:
+* Additionally installed plugins: