Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 748 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

19 lines (13 loc) · 748 Bytes

I want to merge this change because...

Screenshots

Pull Request Checklist

  1. Privileged views and APIs are guarded by proper permission checks.
  2. All visible strings are translated with proper context.
  3. All data-formatting is locale-aware (dates, numbers, and so on).
  4. Database queries are optimized and the number of queries is constant.
  5. The changes are tested.
  6. The code is documented (docstrings, project documentation).