From e87b5dbcd9ee1920c3170700d690f2600c266213 Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Sun, 23 May 2021 16:40:56 +0100 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5ddb275 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +# Description + +Summarise your change here and the motivation or context for it. + +Fixes # . + +## Type of change + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation update + +# Test strategy + +Please describe the tests you have performed to verify your changes. Provide instructions so that we can reproduce and details of your test configuration: + +**Test Configuration**: +* Fish version: +* OS: