Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 694 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

15 lines (12 loc) · 694 Bytes
  • Closes #xxxx
  • Tests added
  • Passes pre-commit run --all-files
  • User visible changes (including notable bug fixes) are documented in whats-new.rst
  • New functions/methods are listed in api.rst

Overriding CI behaviors

By default, the upstream dev CI is disabled on pull request and push events. You can override this behavior per commit by adding a [test-upstream] tag to the first line of the commit message. For documentation-only commits, you can skip the CI per commit by adding a [skip-ci] tag to the first line of the commit message