Skip to content
Open
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
41 changes: 41 additions & 0 deletions .github/workflows/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
### πŸš€ Pull Request

**Description**
A clear and concise description of the changes introduced in this pull request.

---

**Related Issue**
If this pull request addresses an issue, link to it here (e.g., `Closes #123`).

---

**Type of Change**
What kind of change does this pull request introduce?
- [ ] πŸ› Bug fix
- [ ] πŸš€ New feature
- [ ] πŸ“„ Documentation update
- [ ] πŸ› οΈ Code improvement/refactor
- [ ] πŸ–ΌοΈ UI/UX update
- [ ] Other (please specify)

---

**Screenshots (if applicable)**
Add screenshots or screen recordings to demonstrate the new feature or fix.

---

**Checklist**
Please ensure the following tasks are complete before submitting the pull request:
- [ ] I have tested my changes and ensured they work as expected.
- [ ] I have added any necessary documentation or comments.
- [ ] I have checked the existing issues and pull requests to avoid duplicates.
- [ ] I have **starred this repository**.
- [ ] I have reviewed my code for best practices and readability.
- [ ] I have included any relevant tests (if applicable).

---

**Additional Context**
Add any other relevant information or context about the pull request here.