Skip to content

Commit fea4164

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent b3e2e81 commit fea4164

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010

1111
<!-- Mark the applicable option with [x] -->
1212

13-
- [ ] `[Fix]` - Bug fix (non-breaking change fixing an issue)
14-
- [ ] `[Feature]` - New feature (non-breaking change adding functionality)
15-
- [ ] `[Refactor]` - Code refactoring (no functional changes)
16-
- [ ] `[Release]` - Release preparation
17-
- [ ] `[Hotfix]` - Critical fix for production
13+
- [ ] `[BUG]` - Bug fix (non-breaking change fixing an issue)
14+
- [ ] `[ENH]` - New feature (non-breaking change adding functionality)
15+
- [ ] `[DOC]` - Documentation changes
16+
- [ ] `[MNT]` - Maintenance
1817

1918
## How was this solved?
2019

0 commit comments

Comments
 (0)