youtube_explode/.github/ISSUE_TEMPLATE/bug_report.md

28 lines
565 B
Markdown
Raw Permalink Normal View History

2020-06-16 22:07:18 +02:00
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Include the code which doesn't work in the code markdown..
```dart
```
**Stacktrace**
Include here the stacktrace (if applicable).
**Enviroment: (please complete the following information):**
- Enviroment: [Flutter o Dart VM]
- Version [e.g. 2.8.4]
2020-10-30 09:50:16 +01:00
- YoutubeExplode Version [e.g. ^2.5.0]
2020-06-16 22:07:18 +02:00
**Additional context**
Add any other context about the problem here.