|
1 | 1 | <!--
|
2 | 2 | Thank you for sending the PR! We appreciate you spending the time to work on these changes.
|
3 | | - |
4 | 3 | Help us understand your motivation by explaining why you decided to make this change.
|
5 | | - |
6 | 4 | Happy Contributing!
|
7 | | - |
8 | 5 | -->
|
9 | 6 |
|
10 | 7 | # Description
|
11 | 8 |
|
12 | | -(Write your answer here.) |
| 9 | +Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. |
13 | 10 |
|
14 | | -## Related Issues or Pull Requests |
| 11 | +Fixes #(issue_no) |
15 | 12 |
|
16 | | -#(Mention Issue Number Here.) |
| 13 | +<!-- Replace `issue_no` with the issue number which is fixed in this PR --!> |
17 | 14 |
|
18 | | -### Have you read the [Contributing Guidelines on Pull Requests](https://github.com/avinashkranjan/Amazing-Python-Scripts/blob/master/CONTRIBUTING.md)? |
| 15 | +## Have you read the [Contributing Guidelines on Pull Requests](https://github.com/avinashkranjan/Amazing-Python-Scripts/blob/master/CONTRIBUTING.md)? |
19 | 16 |
|
20 | 17 | - [ ] Yes
|
21 | 18 | - [ ] No
|
22 | 19 |
|
23 | | -### Checklist |
| 20 | +## Type of change |
| 21 | + |
| 22 | +_Please delete options that are not relevant._ |
| 23 | + |
| 24 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 25 | +- [ ] New feature (non-breaking change which adds functionality) |
| 26 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 27 | +- [ ] This change requires a documentation update |
| 28 | +- [ ] Documentation Update |
| 29 | + |
| 30 | +## Checklist: |
24 | 31 |
|
25 | | -- [ ] I've read the contribution guidelines. |
26 | | -- [ ] I've checked the issue list before deciding what to submit. |
27 | | -- [ ] I've edited the `README.md` and link to my code. |
| 32 | +- [ ] My code follows the style guidelines(Clean Code) of this project |
| 33 | +- [ ] I have performed a self-review of my own code |
| 34 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 35 | +- [ ] I have created a helpful and easy to understand `README.md` |
| 36 | +- [ ] I have made corresponding changes to the documentation |
| 37 | +- [ ] My changes generate no new warnings |
| 38 | +- [ ] I have added tests/screenshots(if any) that prove my fix is effective or that my feature works. |
0 commit comments