docs/issue_template.md
<!--------- For bugs and general issues --------->
### Stratos Version
<!-- What version of Stratos does this related to? -->
<!-- Version information can be seen in the `About` page reached via the User Icon top right -->
<!-- If directly using code which branch, commit, etc did the source come from, what repository was it cloned from? -->
### Frontend Deployment type
<!--- Where is the frontend deployed? -->
<!--- Put an 'x' in one of the boxes below. -->
<!--- Put an 'x' in one or more boxes below. -->
* [ ] Cloud Foundry Application (cf push)
* [ ] Kubernetes, using a helm chart
* [ ] Docker, single container deploying all components
* [ ] npm run start
* [ ] Other (please specify below)
### Backend (Jet Stream) Deployment type
<!--- Where is the backend deployed? -->
<!--- Put an 'x' in one or more boxes below. -->
* [ ] Cloud Foundry Application (cf push)
* [ ] Kubernetes, using a helm chart
* [ ] Docker, single container deploying all components
* [ ] Other (please specify below)
### Expected behaviour
### Actual behaviour
### Steps to reproduce the behavior
### Log output covering before error and any error statements
```
Insert log hereCopy
```
<!--------- For feature requests --------->
### Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->
### Context
<!--- Why is this change important to you? How would you use it? -->
<!--- How can it benefit other users? -->
### Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->