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 11## PR Checklist
2-
32Please check if your PR fulfills the following requirements:
43
54- [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
65- [ ] Tests for the changes have been added (for bug fixes / features)
76- [ ] Docs have been added / updated (for bug fixes / features)
87
9- ## PR Type
108
9+ ## PR Type
1110What kind of change does this PR introduce?
1211
1312<!-- 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:
2420
2521## What is the current behavior?
26-
2722<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
2823
2924Issue Number: N/A
3025
26+
3127## What is the new behavior?
3228
33- ## Does this PR introduce a breaking change?
3429
35- ```
36- [ ] Yes
37- [ ] No
38- ```
30+ ## Does this PR introduce a breaking change?
31+ - [ ] Yes
32+ - [ ] No
3933
4034<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
4135
36+
4237## Other information
You can’t perform that action at this time.
0 commit comments