mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 11:35:25 +00:00
30 lines
629 B
Markdown
30 lines
629 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Description**
|
|
A description of what the bug is.
|
|
|
|
**Example**
|
|
A [minimal reproducible code example](https://stackoverflow.com/help/minimal-reproducible-example) where the bug happens.
|
|
|
|
**Expected behavior**
|
|
A description of what you expected to happen.
|
|
|
|
**Actual behavior**
|
|
A description of what actually happens.
|
|
|
|
**Environment**
|
|
- OS: [e.g. Windows]
|
|
- Rust version: [e.g. 1.50.0]
|
|
- Project version: [e.g. 0.1.0]
|
|
- [Any other dependency version if needed]
|
|
|
|
**Additional context**
|
|
Any other context about the bug here.
|