Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 914 Bytes

pull_request_template.md

File metadata and controls

39 lines (25 loc) · 914 Bytes

Type of Changes

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 content changes
  • Tests
  • Other

Notion Task

Feature/Bugfix Details

Existing Behavior

What is the current behavior? (You can also link to an open issue here)

New Behavior

What is the new behavior (if this is a feature change)?

Breaking Changes

What changes might users need to make in their application due to this PR?

Requirements

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

Other information