Skip to content

Commit 8d68262

Browse files
Adding Pull Request Template
1 parent 88e1cf7 commit 8d68262

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Title
2+
[HB-XXXX] My title goes here
3+
4+
# Description
5+
6+
Include a summary of the changes, relevant motivation, and context. List any dependencies that are required for this change.
7+
8+
## Type of change
9+
10+
- [ ] Bug fix (fixes an issue)
11+
- [ ] New feature (adds functionality)
12+
- [ ] Refactor / Maintenance (refactoring code to be cleaner/easier to maintain)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
- [ ] This change requires a documentation update
15+
16+
# Checklist:
17+
18+
- [ ] I have performed a self-review of my code
19+
- [ ] I have commented my code, particularly in hard-to-understand areas
20+
- [ ] I have made corresponding changes to the documentation
21+
- [ ] My changes generate no new warnings
22+
- [ ] I have added tests that prove my fix is effective or that my feature works
23+
- [ ] New and existing unit tests pass locally with my changes
24+
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)