Skip to content

Commit e18b9c3

Browse files
Enhance pull request template with detailed change type options
1 parent 5f8369d commit e18b9c3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1+
# Description
2+
13
<!-- Provide a brief description of the changes in this PR -->
2-
<!-- tip: use GitHub Copilot to generate description -->
4+
<!-- tip: use GitHub Copilot to generate description -->
5+
6+
## Type of Change
7+
8+
<!-- Select one by placing an 'x' in the brackets -->
9+
- [ ] Bug fix
10+
- [ ] New feature
11+
- [ ] Breaking change
12+
- [ ] Documentation update
13+
- [ ] Code quality improvement (refactoring, tests, performance)

0 commit comments

Comments
 (0)