Skip to content

Commit acae0c2

Browse files
authored
Create pull request template
Add a template for pull requests to standardize submissions.
1 parent 274d718 commit acae0c2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Pull Request Template
2+
3+
## Description
4+
- Briefly explain what this PR does and why.
5+
- Mention any key changes, new features, or fixes.
6+
7+
## Related Issue
8+
- Please link the issue this PR closes.
9+
Example: `Closes #<issue_number>`
10+
11+
## Add Screenshots
12+
- Add screenshots, GIFs, or recordings showing the changes.
13+
- For UI/UX changes, this is **mandatory**.
14+
15+
## Checklist
16+
- [ ] I have tested my changes locally.
17+
- [ ] I have updated documentation if needed.
18+
- [ ] This PR follows the project’s coding guidelines.
19+
20+
## Review
21+
- Please request a review from **@Rizwan102003** or **@arushi2610** before merging.

0 commit comments

Comments
 (0)