From 9f36560ccfa350aa0a9f57a8ec63801046a2150e Mon Sep 17 00:00:00 2001 From: Ahonen Mika J Date: Mon, 1 Mar 2021 10:21:35 +0200 Subject: [PATCH 1/2] The first version of PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..30a25fbae --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +Fixes #. + + +Changes proposed in this pull request: + +- +- +- + + + From 6d66ced3a77e654006db62ed0e7905cf483761ff Mon Sep 17 00:00:00 2001 From: Osma Suominen Date: Wed, 10 Nov 2021 13:40:30 +0200 Subject: [PATCH 2/2] more detailed pull request template --- PULL_REQUEST_TEMPLATE.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 30a25fbae..5c29d6666 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,15 @@ -Fixes #. +## Reasons for creating this PR +## Link to relevant issue(s), if any -Changes proposed in this pull request: +- Closes # -- -- -- +## Description of the changes in this PR +## Known problems or uncertainties in this PR +## Checklist +- [ ] phpUnit tests pass locally with my changes +- [ ] I have added tests that prove my fix is effective or that my feature works (if not, explain why below) +- [ ] The PR doesn't introduce unintended code changes (e.g. empty lines or useless reindentation)