Skip to content

Commit 2d6829c

Browse files
Update pull_request_template.md
1 parent dd3b039 commit 2d6829c

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

.github/pull_request_template.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,38 @@
11
<!--
22
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
3-
43
Help us understand your motivation by explaining why you decided to make this change.
5-
64
Happy Contributing!
7-
85
-->
96

107
# Description
118

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.
1310

14-
## Related Issues or Pull Requests
11+
Fixes #(issue_no)
1512

16-
#(Mention Issue Number Here.)
13+
<!-- Replace `issue_no` with the issue number which is fixed in this PR --!>
1714

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)?
1916

2017
- [ ] Yes
2118
- [ ] No
2219

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:
2431

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

Comments
 (0)