Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 971 Bytes

pull_request_template.md

File metadata and controls

26 lines (19 loc) · 971 Bytes
  • fixes #

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add or update relevant docs, in the docs folder and in code.
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.