Update issue templates

This commit is contained in:
ryanheise 2020-04-18 00:58:11 +10:00 committed by GitHub
parent ba19157f5a
commit 1ba7519ab7
4 changed files with 132 additions and 0 deletions

44
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,44 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 0 - Backlog, bug
assignees: ryanheise
---
**Describe the bug**
A clear and concise description of what the bug is.
**Minimal reproduction project**
If the example project exhibits the bug, please mention that here, otherwise fork this project and modify the example to reproduce the bug. Provide the link to your repository here.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Error messages**
```
If applicable, copy & paste error message here.
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**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]
**Additional context**
Add any other context about the problem here.

44
.github/ISSUE_TEMPLATE/bug-report2.md vendored Normal file
View File

@ -0,0 +1,44 @@
---
name: Bug report2
about: Create a report to help us improve
title: ''
labels: 0 - Backlog, bug
assignees: ryanheise
---
**Describe the bug**
A clear and concise description of what the bug is.
**Minimal reproduction project**
If the example project exhibits the bug, please mention that here, otherwise fork this project and modify the example to reproduce the bug. Provide the link to your repository here.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Error messages**
```
If applicable, copy & paste error message here.
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**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]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,22 @@
---
name: I want help writing my application
about: Ask how to achieve a particular effect or how to use a particular API
title: ''
labels: wontfix
assignees: ''
---
<!--
Please don't file a GitHub issue to ask for help writing your application.
GitHub issues are for tracking bug reports, feature requests and documentation requests.
Please first try the documentation:
* https://github.com/ryanheise/just_audio/blob/master/README.md
* https://pub.dev/documentation/just_audio/latest/just_audio/just_audio-library.html
Also consider asking for support on Stack Overflow:
* https://stackoverflow.com/search?q=just_audio
-->

22
.github/ISSUE_TEMPLATE/support.md vendored Normal file
View File

@ -0,0 +1,22 @@
---
name: Support
about: Ask for how to achieve a particular effect or how to use a particular API
title: ''
labels: wontfix
assignees: ''
---
<!--
Please don't file a GitHub issue to ask for help writing your application.
GitHub issues are for tracking bug reports, feature requests and documentation requests.
Please first try the documentation:
* https://github.com/ryanheise/just_audio/blob/master/README.md
* https://pub.dev/documentation/just_audio/latest/just_audio/just_audio-library.html
Also consider asking for support on Stack Overflow:
* https://stackoverflow.com/search?q=just_audio
-->