Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 675 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (16 loc) · 675 Bytes

Description: Describe in a couple of sentence what this PR adds

JIRA: Link to JIRA ticket

Dependencies: dependencies on other outstanding PRs, issues, etc.

Installation instructions: List any non-trivial installation instructions.

Testing instructions: List testing instructions

Merge checklist:

  • All reviewers approved
  • CI build is green
  • Version bumped
  • Changelog record added
  • Documentation updated (not only docstrings)
  • Commits are squashed

Post merge:

  • Create a tag
  • Check new version is pushed to PyPi after tag-triggered build is finished.
  • Delete working branch (if not needed anymore)