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:
authordizzy <diosmosis@users.noreply.github.com>2021-03-05 06:58:26 +0300
committerGitHub <noreply@github.com>2021-03-05 06:58:26 +0300
commit5b289e4279d212b0395ab847eda4d05a7e0cda31 (patch)
tree2ec22b8f24b1b9542de5b428c29ef56182618a4b /.github
parent86fdc2a29b62b66ed3a95b6ecb2eecce8a0c4148 (diff)
Add an edge case reminder to the pull request review checklist.\ (#17305)
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index a7735911ee..a3274c5af5 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -5,6 +5,7 @@ Please include a description of this change and which issue it fixes. If no issu
### 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