Skip to content

Commit e1ff507

Browse files
chore: pr template update
1 parent 6331d94 commit e1ff507

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ What kind of change does this PR introduce?
44

55
<!-- Please check the one that applies to this PR using "x". -->
66

7-
```
8-
[ ] Bugfix
9-
[ ] Feature
10-
[ ] Code style update (formatting, local variables)
11-
[ ] Refactoring (no functional changes, no api changes)
12-
[ ] Build related changes
13-
[ ] CI related changes
14-
[ ] Documentation content changes
15-
[ ] Other... Please describe:
16-
```
7+
- [ ] Bugfix
8+
- [ ] Feature
9+
- [ ] Code style update (formatting, local variables)
10+
- [ ] Refactoring (no functional changes, no api changes)
11+
- [ ] Build related changes
12+
- [ ] CI related changes
13+
- [ ] Documentation content changes
14+
- [ ] Other... Please describe:
1715

1816
## What is the current behavior?
1917

@@ -25,10 +23,8 @@ Issue Number: N/A
2523

2624
## Does this PR introduce a breaking change?
2725

28-
```
29-
[ ] Yes
30-
[ ] No
31-
```
26+
- [ ] Yes
27+
- [ ] No
3228

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

0 commit comments

Comments
 (0)