From a1887c95cb798f06dad5972622a861ec0ec11b70 Mon Sep 17 00:00:00 2001 From: Michael Prentice Date: Thu, 19 Sep 2019 21:41:57 -0400 Subject: [PATCH] chore: add PR template Relates to #621 --- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 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 000000000..65b1310f8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ + +## PR Checklist + +Please check that your PR fulfills the following requirements: +- [ ] The commit message follows [our guidelines](https://github.com/angular/components/blob/master/CONTRIBUTING.md#commit) +- [ ] Tests for the changes have been added or weren't appropriate + +## What is the current behavior? + + +Issue Number: + + +## What is the new behavior? + + +## Other information