Skip to content

Commit 5b0e867

Browse files
authored
[Doc] Simplify PR template
1 parent c127b46 commit 5b0e867

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
# Description
22

3-
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4-
5-
Fixes # (issue)
3+
<!--
4+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
5+
-->
66

77
## Type of change
88

9+
<!--
910
Please check options that are relevant.
11+
-->
1012

1113
- [ ] Minor changes or tweaks (quality of life stuff)
1214
- [ ] Bug fix (non-breaking change which fixes an issue)
1315
- [ ] New feature (non-breaking change which adds functionality)
1416
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1517
- [ ] This change requires a documentation update
16-
17-
# Checklist:
18-
19-
- [ ] My code follows the style guidelines of this project
20-
- [ ] I have performed a self-review of my own code
21-
- [ ] I have commented my code, particularly in hard-to-understand areas
22-
- [ ] I have made corresponding changes to the documentation
23-
- [ ] My changes generate no new warnings
24-
- [ ] I have added tests that prove my fix is effective or that my feature works
25-
- [ ] New and existing unit tests pass locally with my changes
26-
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)