relates to #1234
- Issue was linked above
- Code format was applied:
make fmt - Examples were added / adjusted (see
examples/directory) - Unit tests got implemented or updated
- Acceptance tests got implemented or updated
- Unit tests are passing:
make test(will be checked by CI) - No linter issues:
make lint(will be checked by CI)