Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.74 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

63 lines (39 loc) · 1.74 KB

PR type: bugfix / enhancement / new feature / doc improvement

Related issue(s)/PRs:

Summary

Proposed changes

  • ...
  • ...
  • ...

What alternatives have you considered?

Minimal working example

# Put your example code in here

PR checklist

  • New features: code is well-documented
    • detailed docstrings (API documentation)
    • notebook examples (usage demonstration)
  • The bug case / new feature is covered by unit tests
  • Code has type annotations
  • I ran the black+isort formatter
  • I locally tested that the tests pass

Release notes

Fully backwards compatible: yes / no

If not, why is it worth breaking backwards compatibility:

Commit message (for release notes):

  • ...