From 7e0b187ce3c81d63e1ae1fc9d3b1d659eb5364fa Mon Sep 17 00:00:00 2001 From: Lenny Goodell Date: Tue, 5 Oct 2021 03:47:04 -0700 Subject: [PATCH] ci: Update PR Template (#76) Signed-off-by: Leonard Goodell --- .github/PULL_REQUEST_TEMPLATE.md | 45 ++++++++++++-------------------- 1 file changed, 17 insertions(+), 28 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 14c8941..7ded5c3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,34 +1,23 @@ -## PR Checklist -Please check if your PR fulfills the following requirements: - -- [ ] Tests for the changes have been added (for bug fixes / features) -- [ ] Docs have been added / updated (for bug fixes / features) - -**If your build fails** due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/device-grove-c/blob/master/.github/CONTRIBUTING.md - -## What is the current behavior? - - + + + -## Issue Number: + +**If your build fails** due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/device-grove-c/blob/main/.github/Contributing.md -## What is the new behavior? - - -## Does this PR introduce a breaking change? - - -- [ ] Yes -- [ ] No - -## New Imports - +## PR Checklist +Please check if your PR fulfills the following requirements: -- [ ] Yes -- [ ] No +- [ ] I am not introducing a breaking change (if you are, flag in conventional commit message with `BREAKING CHANGE:` describing the break) +- [ ] I am not introducing a new dependency (add notes below if you are) +- [ ] I have added unit tests for the new feature or bug fix (if not, why?) +- [ ] I have fully tested (add details below) this the new feature or bug fix (if not, why?) +- [ ] I have opened a PR for the related docs change (if not, why?) + -## Specific Instructions - +## Testing Instructions + -## Other information +## New Dependency Instructions (If applicable) + \ No newline at end of file