Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 7d045e2

Browse files
committed
chore: add PR template
Relates to #621
1 parent f792e7e commit 7d045e2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
Filling out this template is required. Do not delete the template when submitting a Pull Request!
3+
-->
4+
## PR Checklist
5+
<!-- Please check verify and then check each option using "x". i.e. "- [x] The..." -->
6+
Please check that your PR fulfills the following requirements:
7+
- [ ] The commit message follows [our guidelines](https://github.com/angular/components/blob/master/CONTRIBUTING.md#commit)
8+
- [ ] Tests for the changes have been added or weren't appropriate
9+
10+
## What is the current behavior?
11+
<!-- Please describe the current behavior that you are modifying and
12+
link to one or more relevant issues. -->
13+
14+
<!-- Please do not open PRs without first opening an issue that describes the current
15+
and expected behavior. -->
16+
Issue Number:
17+
18+
19+
## What is the new behavior?
20+
21+
22+
## Other information

0 commit comments

Comments
 (0)