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>2021-06-17 01:05:36 +0300
committerGitHub <noreply@github.com>2021-06-17 01:05:36 +0300
commitefaa709dcf0b73073b67e622ea7589799cd0770c (patch)
treeb3e522c3d454fc82e065cb995a747f3281eaeaa1 /.github
parentc866aff18a00678bfe59c07a687298285b279f28 (diff)
Remove PR template file as it's now global (#17682)
in https://github.com/matomo-org/.github fix https://github.com/matomo-org/matomo/issues/16667
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
deleted file mode 100644
index a3274c5af5..0000000000
--- a/.github/pull_request_template.md
+++ /dev/null
@@ -1,16 +0,0 @@
-### 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
-* [ ] Potential edge cases thought about (behavior of the code with strange input, with strange internal state or possible interactions with other Matomo subsystems)
-* [ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
-* [ ] Security review done [see checklist](https://developer.matomo.org/guides/security-in-piwik#checklist)
-* [ ] 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