This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree 1 file changed +31
-0
lines changed
.github/PULL_REQUEST_TEMPLATE
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Pull Request Template
2
+
3
+ ## Description
4
+
5
+ Please include the following:
6
+ - Please include a summary of the change and which issue is fixed.
7
+ - Context/reason for change and issue # if applicable
8
+ - Any dependencies that are required for this change.
9
+
10
+ Fixes # (issue)
11
+
12
+ ## Type of change
13
+
14
+ Please delete options that are not relevant.
15
+
16
+ - [ ] Bug fix (non-breaking change which fixes an issue)
17
+ - [ ] New feature (non-breaking change which adds functionality)
18
+ - [ ] Breaking change (fix/feature that may cause existing functionality to not work as expected)
19
+ - [ ] This change requires a documentation update
20
+
21
+ ## Checklist
22
+
23
+ - [ ] My code adheres to the [ Google Python Style Guide] ( https://google.github.io/styleguide/pyguide.html )
24
+ - [ ] I ran ` make pylint ` and code is rated 10/10
25
+ - [ ] I have added tests that prove my fix is effective or that my feature works
26
+ - [ ] I ran ` make test ` and all tests pass
27
+ - [ ] I ran the tool and verified the change works
28
+ - [ ] I have adequately commented my code, particularly in hard-to-understand areas
29
+ - [ ] I have made relevant changes to the documentation, if needed
30
+ - [ ] My changes generate no new warnings
31
+ - [ ] I have corrected any misspellings in my code
You can’t perform that action at this time.
0 commit comments