Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.4 KB

File metadata and controls

51 lines (41 loc) · 1.4 KB

📌 Pull Request Title

✅ Description

  • What’s changed?
  • Why is it needed?
  • Any context for reviewers?

🔍 Related Issue(s)

Closes #123 Fixes #456

🚀 Changes

  • Added/Updated/Refactored ...
  • Removed ...
  • Bug fix for ...

🧪 How to Test

  1. git checkout feature/my-feature
  2. Run npm install / composer install
  3. npm run dev / php artisan serve
  4. Test the following...

📸 Screenshots (if applicable)

🔒 Security Checklist

  • Input validation
  • Auth/permission checks
  • No sensitive data logged or exposed

🧠 Notes for Reviewers

  • Check the API integration with /api/v1/data
  • This PR depends on #789

🧹 Checklist

  • My code follows the project’s coding style
  • I’ve self-reviewed my own code
  • I’ve commented my code, especially in hard-to-understand areas
  • I’ve added tests if applicable
  • I’ve made corresponding changes to the documentation
  • This PR is ready for review

🧑‍💻 PR created by: [Your Name or GitHub handle]