This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## PR Checklist
2
+ Please check that your PR fulfills the following requirements:
3
+
4
+ - [ ] The commit message follows [ our guidelines] ( https://github.com/angular/material/blob/master/.github/CONTRIBUTING.md#-commit-message-format )
5
+ - [ ] Tests for the changes have been added (for bug fixes / features)
6
+ - [ ] Docs have been added / updated (for bug fixes / features)
7
+
8
+
9
+ ## PR Type
10
+ What kind of change does this PR introduce?
11
+
12
+ <!-- Please check the one that applies to this PR using "x". -->
13
+ ```
14
+ [ ] Bugfix
15
+ [ ] Feature
16
+ [ ] Code style update (formatting, local variables)
17
+ [ ] Refactoring (no functional changes, no api changes)
18
+ [ ] Build related changes
19
+ [ ] CI related changes
20
+ [ ] Documentation content changes
21
+ [ ] Infrastructure changes
22
+ [ ] Other... Please describe:
23
+ ```
24
+
25
+ ## What is the current behavior?
26
+ <!-- Please describe the current behavior that you are modifying and link to a relevant issue. -->
27
+
28
+ Issue Number:
29
+
30
+
31
+ ## What is the new behavior?
32
+
33
+
34
+ ## Does this PR introduce a breaking change?
35
+ ```
36
+ [ ] Yes
37
+ [ ] No
38
+ ```
39
+
40
+ <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
41
+ <!-- Note that breaking changes are highly unlikely to get merged to master unless the validation is clear and the use case is critical. -->
42
+
43
+ ## Other information
You can’t perform that action at this time.
0 commit comments