1 | ## PR Checklist
|
2 | Please check if your PR fulfills the following requirements:
|
3 |
|
4 | - [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
|
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 |
|
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 | [ ] Other... Please describe:
|
21 | ```
|
22 |
|
23 | ## What is the current behavior?
|
24 |
|
25 |
|
26 | Issue Number: N/A
|
27 |
|
28 |
|
29 | ## What is the new behavior?
|
30 |
|
31 |
|
32 | ## Does this PR introduce a breaking change?
|
33 | ```
|
34 | [ ] Yes
|
35 | [ ] No
|
36 | ```
|
37 |
|
38 |
|
39 |
|
40 |
|
41 | ## Other information
|