Skip to content

Commit 2711f56

Browse files
authored
Merge pull request #156 from suhanipaliwal/suhanipaliwal-patch-1
Added pull_request_template.md
2 parents 1684ff9 + 290692a commit 2711f56

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/pull_request_template.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Related Issue
2+
[Cite any related issue(s) this pull request addresses. If none, simply state "None”]
3+
4+
## Description
5+
[Please include a brief description of the changes or features added]
6+
7+
## Type of PR
8+
9+
- [ ] Bug fix
10+
- [ ] Feature enhancement
11+
- [ ] Documentation update
12+
- [ ] Other (specify): _______________
13+
14+
## Screenshots / videos (if applicable)
15+
[Attach any relevant screenshots or videos demonstrating the changes]
16+
17+
## Checklist:
18+
- [ ] I have performed a self-review of my code
19+
- [ ] I have read and followed the Contribution Guidelines.
20+
- [ ] I have tested the changes thoroughly before submitting this pull request.
21+
- [ ] I have provided relevant issue numbers, screenshots, and videos after making the changes.
22+
- [ ] I have commented my code, particularly in hard-to-understand areas.
23+
<!-- [X] - put a cross/X inside [] to check the box -->
24+
25+
## Additional context:
26+
[Include any additional information or context that might be helpful for reviewers.]

0 commit comments

Comments
 (0)