Skip to content

Commit e5f5b9a

Browse files
authored
Merge pull request #86 from piyanka/feature/add-pr-template
Add Pull Request Template to Improve PR Consistency
2 parents 22e60c8 + 16eabef commit e5f5b9a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/pull_request_template.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# 📝 Pull Request Template
2+
3+
## 📄 Description
4+
Provide a clear and concise description of what this PR does and why it's needed.
5+
6+
---
7+
8+
## 🔗 Related Issues
9+
Use this format to auto-close issues when merged:
10+
> Fixes #<issue_number>
11+
12+
---
13+
14+
## 🧩 Type of Change
15+
- [ ] 🐛 Bug Fix
16+
- [ ] ✨ New Feature
17+
- [ ] ⚡ Enhancement / Optimization
18+
- [ ] 🧾 Documentation Update
19+
20+
---
21+
22+
## 🖼️ Screenshots (if applicable)
23+
Add screenshots or GIFs if your changes affect the UI.
24+
25+
---
26+
27+
## ✅ Checklist
28+
- [ ] I have performed a self-review of my code.
29+
- [ ] I have tested my changes locally.
30+
- [ ] My changes do not break existing functionality.
31+
- [ ] I have linked all related issues (if any).
32+
33+
---
34+
35+
## 💬 Additional Notes (Optional)
36+
Add any extra context or information useful for reviewers.

0 commit comments

Comments
 (0)