Skip to content

Commit ed58b8e

Browse files
authored
Create pull_request_template.md
1 parent 22e60c8 commit ed58b8e

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.github/pull_request_template.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
2+
# 📝 Pull Request Template
3+
4+
## 📄 Description
5+
6+
Provide a clear and concise description of what this pull request does.
7+
Include any background context and the motivation behind this change.
8+
9+
> Example:
10+
> This PR adds a new feature that allows users to upload profile images.
11+
> It also refactors the user controller for better maintainability.
12+
---
13+
14+
## 🔗 Related Issues
15+
16+
Link any related issues using the format below.
17+
This will **auto-close** the issue when merged:
18+
19+
> Fixes #<issue_number>
20+
---
21+
22+
## 🖼️ Screenshots (if applicable)
23+
24+
If your changes include UI updates or visual changes, add screenshots or GIFs here.
25+
26+
---
27+
28+
## 🧩 Type of Change
29+
30+
Select the type of change your PR introduces (check all that apply):
31+
32+
- [ ] 🐛 Bug Fix
33+
- [ ] ✨ New Feature
34+
- [ ] ⚡ Enhancement / Optimization
35+
- [ ] 🧰 Refactoring
36+
- [ ] 🧾 Documentation Update
37+
- [ ] 🔧 Other (please specify): ____________
38+
39+
---
40+
41+
## ✅ Checklist
42+
43+
Before submitting your PR, please confirm the following:
44+
45+
- [ ] I have performed a self-review of my code.
46+
- [ ] I have commented my code, particularly in hard-to-understand areas.
47+
- [ ] I have added or updated relevant documentation.
48+
- [ ] My changes do not break any existing functionality.
49+
- [ ] I have tested my changes locally and they work as expected.
50+
- [ ] I have linked all relevant issues (if any).
51+
52+
---
53+
54+
## 💬 Additional Notes (Optional)
55+
56+
Add any other information, context, or comments that reviewers might find useful.

0 commit comments

Comments
 (0)