- What’s changed?
- Why is it needed?
- Any context for reviewers?
Closes #123 Fixes #456
- Added/Updated/Refactored
... - Removed
... - Bug fix for
...
git checkout feature/my-feature- Run
npm install/composer install npm run dev/php artisan serve- Test the following...
- Input validation
- Auth/permission checks
- No sensitive data logged or exposed
- Check the API integration with
/api/v1/data - This PR depends on #789
- 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]