Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsingh1281 authored Oct 9, 2024
1 parent 3a71e5b commit be6632d
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/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.

0 comments on commit be6632d

Please sign in to comment.