PULL_REQUEST_TEMPLATE.md•629 B
## Pull Request Checklist
- [ ] My PR targets the `dev` or `testing` branch (not `main`)
- [ ] (If using logging) I replaced all `console.log`, `console.warn`, and `console.error` with the `Logger` abstraction (`logger.info`, `logger.warn`, `logger.error`)
- [ ] My code is clean, documented, and passes all tests
- [ ] I tested my changes locally (`npm run build` and `npm start` or `node build/index.js`)
- [ ] I described the changes clearly below
---
## Description
<!-- Briefly describe your changes and the motivation for the PR -->
## Additional Notes
<!-- Add any extra context, screenshots, or references here -->