Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 304 Bytes

pull_request_template.md

File metadata and controls

10 lines (9 loc) · 304 Bytes

Short Description

Add a short description describing the pull request (PR) here.

Checklist before PR can be merged:

  • closes issue #xxxx
  • is documented
  • PEP8 compliant code
  • type hints for functions and methods
  • tests added / passed
  • Example Notebook (for new features)