Skip to content

Commit 59c27d7

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

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,37 @@
11
## PR Checklist
2-
32
Please check if your PR fulfills the following requirements:
43

54
- [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
65
- [ ] Tests for the changes have been added (for bug fixes / features)
76
- [ ] Docs have been added / updated (for bug fixes / features)
87

9-
## PR Type
108

9+
## PR Type
1110
What kind of change does this PR introduce?
1211

1312
<!-- Please check the one that applies to this PR using "x". -->
14-
15-
```
16-
[ ] Bugfix
17-
[ ] Feature
18-
[ ] Code style update (formatting, local variables)
19-
[ ] Refactoring (no functional changes, no api changes)
20-
[ ] Build related changes
21-
[ ] CI related changes
22-
[ ] Other... Please describe:
23-
```
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:
2420

2521
## What is the current behavior?
26-
2722
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
2823

2924
Issue Number: N/A
3025

26+
3127
## What is the new behavior?
3228

33-
## Does this PR introduce a breaking change?
3429

35-
```
36-
[ ] Yes
37-
[ ] No
38-
```
30+
## Does this PR introduce a breaking change?
31+
- [ ] Yes
32+
- [ ] No
3933

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

36+
4237
## Other information

0 commit comments

Comments
 (0)