---
name: Feature Request
about: Feature Request
title: 'FEATURE - '
labels: 'type:feature'
assignees: ''

---

<!-- 🔎 Please search existing issues to avoid creating duplicates. -->
<!-- Please describe the feature you'd like by filling the template below -->

_As a **persona**,
I want to **do something**,
so that I **can achieve some benefit**_

### Description

_What is the high level purpose and value of the feature?  The description should ensure that anyone reading understands what it is doing (at a high level) and most importantly why._

### Technical Design
_What modules need to be created or enhanced?_ 
_How would the functionality be exposed and how can it be consumed?_

### Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)

**Given** I have a ...
**when** I execute ...
**then** ... will happen.

### Notes

### Tasks
- [ ] <!--Add any tasks relevant to the current feature request -->
- [ ] Unit Tests added
- [ ] Test Cases defined 
