|
| 1 | +## 📌 Pull Request Title |
| 2 | +<!-- Clear and concise title describing the change --> |
| 3 | + |
| 4 | +## ✅ Description |
| 5 | +<!-- A brief summary of what this PR does --> |
| 6 | +- [ ] What’s changed? |
| 7 | +- [ ] Why is it needed? |
| 8 | +- [ ] Any context for reviewers? |
| 9 | + |
| 10 | +## 🔍 Related Issue(s) |
| 11 | +<!-- Link relevant issue(s) using keywords like Closes, Fixes --> |
| 12 | +Closes #123 |
| 13 | +Fixes #456 |
| 14 | + |
| 15 | +## 🚀 Changes |
| 16 | +<!-- Highlight key technical changes --> |
| 17 | +- Added/Updated/Refactored `...` |
| 18 | +- Removed `...` |
| 19 | +- Bug fix for `...` |
| 20 | + |
| 21 | +## 🧪 How to Test |
| 22 | +<!-- Steps to manually test this PR --> |
| 23 | +1. `git checkout feature/my-feature` |
| 24 | +2. Run `npm install` / `composer install` |
| 25 | +3. `npm run dev` / `php artisan serve` |
| 26 | +4. Test the following... |
| 27 | + |
| 28 | +## 📸 Screenshots (if applicable) |
| 29 | +<!-- Upload before/after screenshots or UI changes --> |
| 30 | + |
| 31 | +## 🔒 Security Checklist |
| 32 | +- [ ] Input validation |
| 33 | +- [ ] Auth/permission checks |
| 34 | +- [ ] No sensitive data logged or exposed |
| 35 | + |
| 36 | +## 🧠 Notes for Reviewers |
| 37 | +<!-- Extra tips, known issues, or things to double-check --> |
| 38 | +- Check the API integration with `/api/v1/data` |
| 39 | +- This PR depends on #789 |
| 40 | + |
| 41 | +## 🧹 Checklist |
| 42 | +- [ ] My code follows the project’s coding style |
| 43 | +- [ ] I’ve self-reviewed my own code |
| 44 | +- [ ] I’ve commented my code, especially in hard-to-understand areas |
| 45 | +- [ ] I’ve added tests if applicable |
| 46 | +- [ ] I’ve made corresponding changes to the documentation |
| 47 | +- [ ] This PR is ready for review |
| 48 | + |
| 49 | +--- |
| 50 | + |
| 51 | +🧑💻 *PR created by: [Your Name or GitHub handle]* |
0 commit comments