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

Commit 0393806

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

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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
9+
- [ ] The README has updated, if needed
10+
11+
## PR Type
12+
What kind of change does this PR introduce?
13+
<!-- Please check the one that applies to this PR using "x". -->
14+
```
15+
[ ] Fix
16+
[ ] New Feature
17+
[ ] Enhancement to existing functionality
18+
[ ] Code style update (formatting, local variables)
19+
[ ] Refactoring (no functional changes)
20+
[ ] Build-related changes
21+
[ ] CI-related changes
22+
[ ] Infrastructure changes
23+
[ ] Other... Please describe:
24+
```
25+
26+
## What is the current behavior?
27+
<!-- Please describe the current behavior that you are modifying and
28+
link to one or more relevant issues. -->
29+
30+
<!-- Please do not open PRs without first opening an issue that describes the current
31+
and expected behavior. -->
32+
Issue Number:
33+
34+
35+
## What is the new behavior?
36+
37+
38+
## Other information

0 commit comments

Comments
 (0)