From d502866518e13d9d3144c1b7da0dc7f6ef5b8a89 Mon Sep 17 00:00:00 2001 From: Charles Pierse Date: Thu, 1 Apr 2021 23:31:21 +0100 Subject: [PATCH 1/2] Add intial version of PR template --- .github/PULL_REQUEST_TEMPLATE.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 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..d21dcd9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,35 @@ + + +# PR Description + + + +References issue: # (ISSUE) + +## Motivation and Context + + + + +## Tests and Coverage + + + + +## Types of changes + + + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Docs (Added to or improved Databay's documentation) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +## Final Checklist: + + + +- [ ] My code follows the code style of this project. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed. From 46f13f195c9e64c9535356e32e95ef12b598eebf Mon Sep 17 00:00:00 2001 From: Charles Pierse Date: Wed, 14 Apr 2021 19:59:52 +0100 Subject: [PATCH 2/2] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d21dcd9..15b41d1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,17 +4,16 @@ -References issue: # (ISSUE) ## Motivation and Context +References issue: # (ISSUE) ## Tests and Coverage - ## Types of changes @@ -33,3 +32,4 @@ References issue: # (ISSUE) - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. +- [ ] I've run coverage on the project and the coverage is: {INPUT COVERAGE PERCENTAGE}% \ No newline at end of file