Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 834 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

35 lines (22 loc) · 834 Bytes

PR Checklist (required)

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines

  • Tests for the changes have been added (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation changes
  • Other... Please describe:

Issue

Closes #

What does this PR implement/fix? (required)

Does this PR introduce a breaking change?

  • Yes
  • No