Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.86 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

45 lines (33 loc) · 1.86 KB

Summary

Checklist

Documentation and Tests

  • Added relevant tests that run with python tests/__main__.py, and pass.
  • Added relevant documentation that builds in sphinx without error.
  • Added new features that are documented with examples.
  • Artifacts produced with the main branch work as expected under this PR.

Release Management

  • Added "Fixes #NNN" in the PR body, referencing the issue (#NNN) it closes.
  • Added a comment to issue #NNN, linking back to this PR.
  • Added rationale for any breakage of backwards compatibility.
  • Requested a review.