55 lines
992 B
Markdown
55 lines
992 B
Markdown
|
---
|
||
|
name: Bug Report
|
||
|
about: Bug Report
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
# Bug Report
|
||
|
|
||
|
## Problem
|
||
|
|
||
|
An overview of the background required to understand the problem.
|
||
|
A problem description.
|
||
|
|
||
|
#### Expected behavior
|
||
|
|
||
|
[comment]: # (Describe what you expected to happen. Please include designs if possible.)
|
||
|
|
||
|
#### Actual behavior
|
||
|
|
||
|
[comment]: # (Describe what actually happened. Please include screenshots if possible.)
|
||
|
|
||
|
#### Notes
|
||
|
|
||
|
For the developer who will be investigating. Is it related to another PR? Tips on where to start?
|
||
|
|
||
|
#### Acceptance Criteria
|
||
|
|
||
|
Rules for the future PR to be accepted.
|
||
|
|
||
|
### Reproduction
|
||
|
|
||
|
[comment]: # (Describe how we can replicate the bug step by step.)
|
||
|
|
||
|
- Open Status
|
||
|
- ...
|
||
|
- Step 3, etc.
|
||
|
|
||
|
### Additional Information
|
||
|
|
||
|
[comment]: # (Please do your best to fill this out.)
|
||
|
- Status version: ...
|
||
|
[comment]: # (Android or iOS.)
|
||
|
- Operating System: <Android|iOS>
|
||
|
|
||
|
#### Logs
|
||
|
|
||
|
[comment]: # (if on Android please replicate bug whilst running adb logcat)
|
||
|
|
||
|
```
|
||
|
...
|
||
|
```
|