Skip to content

Commit 4e12f04

Browse files
authored
Create pull request template for contributions
Added a pull request template to guide contributors.
1 parent eca445d commit 4e12f04

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# 🚀 Pull Request
2+
3+
Thank you for contributing to **UltimateAuth**!
4+
Please complete the following checklist to help us review your PR effectively.
5+
6+
---
7+
8+
## 📘 Summary
9+
Describe what this PR does and why it’s needed.
10+
11+
---
12+
13+
## 🔍 Details
14+
Explain any important implementation details, design decisions, or considerations.
15+
16+
---
17+
18+
## 🧩 Related Issues
19+
Link any related issues:
20+
<!-- Example: Fixes #42 -->
21+
22+
---
23+
24+
## 🛠 Changes
25+
- [ ] New feature
26+
- [ ] Bug fix
27+
- [ ] Documentation
28+
- [ ] Refactoring
29+
- [ ] Breaking change
30+
31+
---
32+
33+
## ✔ Checklist
34+
- [ ] I’ve tested my changes
35+
- [ ] I’ve added comments or documentation where needed
36+
- [ ] I’ve followed the project’s coding conventions
37+
- [ ] I’ve validated that the API surface is stable

0 commit comments

Comments
 (0)