This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments