Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 730 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (16 loc) · 730 Bytes

I want to merge this change because...

Impact

  • New migrations
  • New/Updated API fields or mutations
  • Deprecated API fields or mutations
  • Removed API types, fields, or mutations
  • Documentation needs to be updated

Pull Request Checklist

  • Privileged queries and mutations are guarded by proper permission checks
  • Database queries are optimized and the number of queries is constant
  • Database migration files are up to date
  • The changes are tested
  • GraphQL schema and type definitions are up to date
  • Changes are mentioned in the changelog