File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments