28 lines
654 B
Markdown
28 lines
654 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- describe the bug -->
|
|
a clear and concise description of what the bug is.
|
|
|
|
## To Reproduce
|
|
<!-- describe the steps and preferably include the code -->
|
|
|
|
## Expected behavior
|
|
<!-- a clear and concise description of what you expected to happen -->
|
|
|
|
## Logs
|
|
<!-- if applicable, include logs (level 4 or 5). make sure they don't contain personal information! -->
|
|
|
|
## Environment
|
|
- OS: [e.g. windows]
|
|
- Runtime: [e.g. Node 18.12.1, Chrome 97.0.0]
|
|
- mtcute version: [e.g. 0.1.0]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|