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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-11-03 00:02:55 +0300
committerGitHub <noreply@github.com>2020-11-03 00:02:55 +0300
commitda79c5a70062565e0f44220feada0281adb10d9d (patch)
treedd1dfce0dda37e084d22fa9d7201a5c52eb6ebcc /.github
parent2f2c4870ac343f65cc449cb51ab7810c344d4951 (diff)
Add PR template (#16645)
* Add PR template * Update pull_request_template.md * Update pull_request_template.md
Diffstat (limited to '.github')
-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