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