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