Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 697 Bytes

File metadata and controls

20 lines (18 loc) · 697 Bytes

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other (please describe):

Problem/feature

What problem are you trying to solve?

Solution

How did you solve the problem?

Other changes (e.g. bug fixes, UI tweaks, small refactors)

Checklist

  • Tests for the changes have been added (for bug fixes/features)
  • All tests passing
  • Extended the README / documentation, if necessary