Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Pull Request Template

## Description
What does this PR do?
Link related issue: #(issue number)

---

## Visual Reference (if applicable)
Screenshot/GIF:
![Screenshot](link)

---

## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [ ] Code refactor
- [ ] Test update
- [ ] Other: ___________

---

## Checklist
- [ ] Code follows guidelines
- [ ] Documentation added (if needed)
- [ ] Tests added (if needed)
- [ ] All tests passing

---

## How was this tested?
Explain briefly how you verified this works.

---

## Additional Notes
(Optional) Anything else to mention?