Skip to content

Commit 5e4a02c

Browse files
authored
Merge pull request #16 from AAYUSH-SPIDEY-SHARMA/add-pull-request-template
Add pull request template
2 parents b510814 + 32cecb7 commit 5e4a02c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!-- 🌟 Thank you for contributing! Together, we make this project better. -->
2+
3+
## 📋 Description
4+
<!-- Provide a concise yet clear summary of what this PR changes or adds. -->
5+
- What does this PR change within the project?
6+
- Why is it necessary?
7+
- Highlight any interesting or unique aspects of the change.
8+
9+
---
10+
11+
## 🔗 Related Issue
12+
<!-- Link the issue this PR addresses and include a brief explanation if needed. -->
13+
<!-- Use keywords like "Closes #", "Fixes #", or "Resolves #" to automatically link and close the issue when this PR is merged. -->
14+
<!-- More details: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests -->
15+
16+
---
17+
18+
## ✅ Checklist
19+
Before submitting your PR, ensure the following:
20+
- [ ] 📄 **Clear Description**: I have provided a detailed description of the changes made.
21+
- [ ] 🖇️ **Issue Linked**: I have linked the correct issue and included its number above.
22+
- [ ] 🚀 **Functionality Tested**: I have thoroughly tested the changes, and they work as intended.
23+
- [ ] 🔍 **Duplicate Check**: I have ensured there are no other PRs addressing the same issue or feature.
24+
- [ ] 📚 **Documentation Updated**: I have updated relevant documentation (if applicable).
25+
- [ ]**Creative Touch**: I’ve added value beyond the minimal requirements to enhance quality and readability.
26+
27+
---
28+
29+
## 💡 Notes to Reviewers (Optional)
30+
<!-- Add any additional context, insights, or areas for reviewers to focus on. -->
31+
- Highlight complex parts or reasoning behind specific decisions.
32+
- Suggest areas where feedback is especially welcome.

0 commit comments

Comments
 (0)