From 47342826f47868c2d97ddc53d98a4daad9f1a475 Mon Sep 17 00:00:00 2001 From: Leonard Goodell Date: Tue, 19 Oct 2021 10:39:15 -0700 Subject: [PATCH] ci: Updated PR template to latest approved template Signed-off-by: Leonard Goodell --- .github/PULL_REQUEST_TEMPLATE.md | 46 ++++++++++++-------------------- 1 file changed, 17 insertions(+), 29 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b89cf67d..d79962ac 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,35 +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/edgex-cli/blob/master/.github/Contributing.md. - -## What is the current behavior? - - - -## Issue Number: + + + + -## What is the new behavior? +**If your build fails** due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-cli/blob/main/.github/Contributing.md +## PR Checklist +Please check if your PR fulfills the following requirements: -## Does this PR introduce a breaking change? - - -- [ ] Yes -- [ ] No - -## New Imports - - -- [ ] Yes -- [ ] No - -## Specific Instructions -Are there any specific instructions or things that should be known prior to reviewing? +- [ ] 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?) + +## Testing Instructions + -## Other information \ No newline at end of file +## New Dependency Instructions (If applicable) + \ No newline at end of file