Skip to content
Merged
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
130 changes: 65 additions & 65 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
## 📌 Related Issue
Closes #
---
## 📝 Description
Provide a clear and concise summary of the changes made in this Pull Request.
---
## 🚀 Type of Change
Please mark the relevant option:
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [ ] UI/UX improvement
- [ ] Refactor
- [ ] Performance improvement
---
## 🧪 Testing
Please confirm the following:
- [ ] Project builds successfully
- [ ] Lint checks pass
- [ ] Changes tested locally
- [ ] No console errors introduced
---
## 📸 Screenshots / Videos
Add screenshots or screen recordings if applicable.
---
## 📋 Checklist
Before submitting this PR, ensure:
- [ ] Code follows repository guidelines
- [ ] Self-review completed
- [ ] Documentation updated if needed
- [ ] No unrelated changes included
- [ ] Issue linked properly
---
## 📦 Build Verification
```bash
npm run build
npm run lint
```
---
## 📝 Additional Notes
## 📌 Related Issue

Closes #

---

## 📝 Description

Provide a clear and concise summary of the changes made in this Pull Request.

---

## 🚀 Type of Change

Please mark the relevant option:

- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [ ] UI/UX improvement
- [ ] Refactor
- [ ] Performance improvement

---

## 🧪 Testing

Please confirm the following:

- [ ] Project builds successfully
- [ ] Lint checks pass
- [ ] Changes tested locally
- [ ] No console errors introduced

---

## 📸 Screenshots / Videos

Add screenshots or screen recordings if applicable.

---

## 📋 Checklist

Before submitting this PR, ensure:

- [ ] Code follows repository guidelines
- [ ] Self-review completed
- [ ] Documentation updated if needed
- [ ] No unrelated changes included
- [ ] Issue linked properly

---

## 📦 Build Verification

```bash
npm run build
npm run lint
```

---

## 📝 Additional Notes

Add any additional context, limitations, or notes for reviewers here.
Loading