just_audio/.github/ISSUE_TEMPLATE/bug-report.md

54 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2020-04-17 14:58:11 +00:00
---
name: Bug report
about: Create a report to help us improve
title: ''
2020-04-22 16:23:53 +00:00
labels: 1 backlog, bug
2020-04-17 14:58:11 +00:00
assignees: ryanheise
---
2020-07-01 15:53:04 +00:00
<!-- ALL SECTIONS BELOW MUST BE COMPLETED -->
**Which API doesn't behave as documented, and how does it misbehave?**
Name here the specific methods or fields that are not behaving as documented, and explain clearly what is happening.
2020-04-17 14:58:11 +00:00
**Minimal reproduction project**
2020-07-01 15:53:04 +00:00
Provide a link here using one of two options:
1. Fork this repository and modify the example to reproduce the bug, then provide a link here.
2. If the unmodified official example already reproduces the bug, just write "The example".
2020-04-17 14:58:11 +00:00
2020-07-01 15:53:04 +00:00
**To Reproduce (i.e. user steps, not code)**
2020-04-17 14:58:11 +00:00
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Error messages**
```
2020-07-01 15:53:04 +00:00
If applicable, copy & paste error message here, within the triple quotes to preserve formatting.
2020-04-17 14:58:11 +00:00
```
**Expected behavior**
A clear and concise description of what you expected to happen.
2020-07-01 15:53:04 +00:00
2020-04-17 14:58:11 +00:00
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. MacOS + version]
- Browser [e.g. chrome, safari + version]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
2020-04-18 08:09:42 +00:00
**Flutter SDK version**
```
insert output of "flutter doctor" here
```
2020-04-17 14:58:11 +00:00
**Additional context**
Add any other context about the problem here.