Skip to content

Commit 320ef47

Browse files
style(): fix formatting
1 parent d66f8b3 commit 320ef47

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
## PR Checklist
2+
23
Please 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+
1011
What 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

2427
Issue 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

0 commit comments

Comments
 (0)