File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11## PR Checklist
2+
23Please check if your PR fulfills the following requirements:
34
45- [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
56- [ ] Tests for the changes have been added (for bug fixes / features)
67- [ ] Docs have been added / updated (for bug fixes / features)
78
8-
99## PR Type
10+
1011What kind of change does this PR introduce?
1112
1213<!-- Please check the one that applies to this PR using "x". -->
14+
1315- [ ] Bugfix
1416- [ ] Feature
1517- [ ] Code style update (formatting, local variables)
@@ -19,19 +21,18 @@ What kind of change does this PR introduce?
1921- [ ] Other... Please describe:
2022
2123## What is the current behavior?
24+
2225<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
2326
2427Issue Number: N/A
2528
26-
2729## What is the new behavior?
2830
29-
3031## Does this PR introduce a breaking change?
32+
3133- [ ] Yes
3234- [ ] No
3335
3436<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
3537
36-
3738## Other information
You can’t perform that action at this time.
0 commit comments