Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit d8810ea

Browse files
committed
Add pull request template.
1 parent 6744dd0 commit d8810ea

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)