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:
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000000..53bd65975e
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,15 @@
+### Description:
+
+Please include a description of this change and which issue it fixes. If no issue exists yet please include context and what problem it solves.
+
+### Review
+
+* [ ] Functional review done
+* [ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
+* [ ] Security review done
+* [ ] Code review done
+* [ ] Tests were added if useful/possible
+* [ ] Reviewed for breaking changes
+* [ ] Developer changelog updated if needed
+* [ ] Documentation added if needed
+* [ ] Existing documentation updated if needed