We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e2e81 commit fea4164Copy full SHA for fea4164
.github/PULL_REQUEST_TEMPLATE.md
@@ -10,11 +10,10 @@
10
11
<!-- Mark the applicable option with [x] -->
12
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
+- [ ] `[BUG]` - Bug fix (non-breaking change fixing an issue)
+- [ ] `[ENH]` - New feature (non-breaking change adding functionality)
+- [ ] `[DOC]` - Documentation changes
+- [ ] `[MNT]` - Maintenance
18
19
## How was this solved?
20
0 commit comments