From 480ea91ebbcde22f8ada5cec522adc137b4241af Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:43:28 +0100 Subject: [PATCH] Fixes: PR template updated to provide detailed instructions --- .github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md | 96 +++++++++++++++++--- 1 file changed, 81 insertions(+), 15 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md index c1701e0..2d1a264 100644 --- a/.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md @@ -1,25 +1,91 @@ -Description of PR... + + +## Description & motivation + + + +## Changes: + + -- [ ] Unit tests -- [ ] Documentation +## To-do before merge -## References + + +## Screenshots: + + + +## Validation of changes: + + + +## Checklist: + + + +- [ ] My pull request follows the guidelines in the Contributing document? + +- [ ] My pull request does not duplicate any other open [Pull Requests](../../../pulls) for the same update/change? + +- [ ] My commits are related to the pull request and do not amend unrelated code or documentation. + +- [ ] My code follows a similar style to existing code. + +- [ ] I have added appropriate tests. + +- [ ] I have updated or added relevant documentation.