Dispatcharr/.github/pull_request_template.md
SergeantPanda f678c4e663
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
Add pull request template for improved contribution guidelines
2026-03-10 11:08:03 -05:00

1.1 KiB

Description

Closes #

How was it tested?

Checklist

Please check every item before marking this PR as ready for review. Unchecked items will be flagged during review.

  • I have read the CONTRIBUTING.md in full
  • I understand — line by line — every change in this PR and can explain it if asked
  • This PR targets the dev branch
  • Backend: migrations are included if any models were changed
  • Backend: new API endpoints appear correctly in the OpenAPI schema
  • Frontend: ESLint and Prettier pass cleanly (npm run lint, npm run format)
  • Tests are included for new functionality
  • Existing tests still pass
  • No console.log, print(), debug statements, or commented-out code is left in the diff
  • I have not reformatted or refactored code outside the scope of this change