---
name: Bug report
about: Create a report to help us improve
title: 'BUG - '
labels: 'type:bug'
assignees: ''

---

<!-- 🔍 Please search existing issues to avoid creating duplicates. -->

### Related Feature
Feature request: _issue number_

### Description
A clear description of what the bug is.


### Steps to Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error


### Expected results



### Actual results



### Screenshots
If applicable, add screenshots to help explain the problem.


#### Version/Components/Environment	
Add any other context about the problem here
OS:                      
- [ ] Mac OS
- [ ] Windows
- [ ] Other


<!-- 🛑 The reporter of this issue can skip filling this section. -->
<!-- 🗒️ When the issue is fixed, developer will document the Root Cause Analysis of the bug to improve process or code in future. -->
## Root Cause Analysis 

### Problem
{describe the problem} 

### Fix
{describe the fix} 

### Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}  

### How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent} 
