UNPKG

1.07 kBMarkdownView Raw
1## PR Checklist
2Please 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
10What kind of change does this PR introduce?
11
12<!-- Please check the one that applies to this PR using "x". -->
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:
20
21## What is the current behavior?
22<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
23
24Issue Number: N/A
25
26
27## What is the new behavior?
28
29
30## Does this PR introduce a breaking change?
31- [ ] Yes
32- [ ] No
33
34<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
35
36
37## Other information