Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.32 KB

File metadata and controls

39 lines (30 loc) · 1.32 KB

Summary

Motivation

Changes

UI Changes

How to Test / Verify

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

Breaking Changes and Migration Steps

Checklist

  • I reviewed my own diff before requesting review
  • My commits follow Conventional Commits
  • The title of the pull request follows 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
  • I considered security

Related issues