Skip to content

Commit d6f1209

Browse files
authored
style: update PR template markdown file
Match file contents with the nestjs/nest/.github/PULL_REQUEST_TEMPLATE.md
1 parent 5345807 commit d6f1209

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+10-14
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ Please check if your PR fulfills the following requirements:
1010
What kind of change does this PR introduce?
1111

1212
<!-- Please check the one that applies to this PR using "x". -->
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-
```
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:
2220

2321
## What is the current behavior?
2422
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
@@ -30,12 +28,10 @@ Issue Number: N/A
3028

3129

3230
## Does this PR introduce a breaking change?
33-
```
34-
[ ] Yes
35-
[ ] No
36-
```
31+
- [ ] Yes
32+
- [ ] No
3733

3834
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
3935

4036

41-
## Other information
37+
## Other information

0 commit comments

Comments
 (0)