Skip to content

Commit 31b0804

Browse files
Updated pull request template
1 parent 53ce15a commit 31b0804

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

β€Ž.github/PULL_REQUEST_TEMPLATE.md

+32
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)