File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Description
2
+
3
+ <!-- Please include the following information:
4
+ - A summary of the changes and the related issue.
5
+ - Relevant motivation and context.
6
+ - Any dependencies that are required for this change.
7
+ -->
8
+
9
+ ## Type of Change
10
+
11
+ Please check the options that apply
12
+
13
+ - [ ] Bug fix (non-breaking change which fixes an issue)
14
+ - [ ] New feature (non-breaking change which adds functionality)
15
+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16
+ - [ ] This change requires a documentation update
17
+
18
+ # How Has the Changes Been Tested?
19
+
20
+ <!--
21
+ Please describe the tests that you ran to verify your changes.
22
+ Provide instructions so we can reproduce.
23
+ Please also list any relevant details for your test configuration
24
+ -->
25
+
26
+ # Checklist:
27
+
28
+ - [ ] My code follows the style guidelines of this project
29
+ - [ ] I have performed a self-review of my code
30
+ - [ ] I have commented my code properly, particularly in hard-to-understand areas
31
+ - [ ] I have made corresponding changes to the documentation
32
+ - [ ] My changes generate no new warnings
33
+ - [ ] I have added tests that prove my fix is effective or that my feature works
34
+ - [ ] New and existing unit tests pass locally with my changes
35
+ - [ ] Any dependent changes have been merged and published in downstream modules
You can’t perform that action at this time.
0 commit comments