Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 391 Bytes

pull_request_template.md

File metadata and controls

12 lines (7 loc) · 391 Bytes

Related Issue(s): #

Description:

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable, and docs build successfully (run make docs)
  • Changes are added to the CHANGELOG.