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