Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 252 Bytes

pull_request_template.md

File metadata and controls

5 lines (5 loc) · 252 Bytes
  • Closes # (insert issue number)
  • Executed black -t py36 . && isort -rc . && flake8 with no errors
  • The change is fully covered by automated unit tests
  • Documented in docs/ as appropriate
  • Added an entry to the CHANGES file