From c69f1535d5976e95c00c9fb2241d1d10713caa46 Mon Sep 17 00:00:00 2001 From: James Gregg Date: Thu, 18 Jun 2020 06:29:47 -0700 Subject: [PATCH] docs: Add standard PR template Signed-off-by: James Gregg --- .github/PULL_REQUEST_TEMPLATE.md | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 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..f78ce1d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,42 @@ +## PR Checklist +Please check if your PR fulfills the following requirements: + +- [ ] The commit message follows our guidelines: https://wiki.edgexfoundry.org/display/FA/Contributor%27s+Guide +- [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] Docs have been added / updated (for bug fixes / features) + +## PR Type +What kind of change does this PR introduce? + + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, local variables) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] CI related changes +- [ ] Documentation content changes +- [ ] Other... Please describe: + + +## What is the current behavior? + + +Issue Number: + + +## What is the new behavior? + + +## Does this PR introduce a breaking change? + + +- [ ] Yes +- [ ] No + +## Are there any new imports or modules? If so, what are they used for and why? + + +## Are there any specific instructions or things that should be known prior to reviewing? + +## Other information \ No newline at end of file