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