Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 965 Bytes

File metadata and controls

38 lines (30 loc) · 965 Bytes

Summary

What does this PR change? Keep it short and concrete.

Motivation

Why is this change needed? Link issues, bugs, reports or user feedback

Changes

This pull request has following changes:

  • Change 1
  • Change 2

How to test / verify

Describe testing approach, if it uses unit tests, integration or manual.

  • Unit tests: ...
  • Manual test steps:
    1. ...
    2. ...

Breaking changes

  • No breaking changes
  • Yes (describe + migration notes below)

Migration notes (required if breaking)

What do users need to change in thier code?

Checklist

  • My commits follow Conventional Commits
  • The title of the pull request follow Conventional Commits
  • I added/updated tests (or explained why not)
  • I updated docs (if needed)
  • I ran lint/cs-fixer (if applicable)
  • I considered backward compatibility and security

Related issues

This pull request will close following issues:

  • Closes #1
  • Closes #2