Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.02 KB

pull_request_template.md

File metadata and controls

23 lines (17 loc) · 1.02 KB

Ticket(s)

Description

Related PRs

Development Checklist

  • I have added a descriptive title to this PR.
  • I have squashed related commits together.
  • I have rebased my branch on top of the latest main branch.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have added docstring(s) and type annotations to my code.
  • I have made corresponding changes to the documentation (docs).
  • I have added tests for my changes.

Legal Checklist