Update issue templates
This commit is contained in:
parent
d1caf64a9f
commit
fdea4398e7
|
@ -2,11 +2,28 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug, 1 backlog
|
labels: 1 backlog, bug
|
||||||
assignees: ryanheise
|
assignees: ryanheise
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
PLEASE READ CAREFULLY!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
FOR YOUR BUG REPORT TO BE PROCESSED, YOU WILL NEED
|
||||||
|
TO FILL IN ALL SECTIONS BELOW. DON'T DELETE THE HEADINGS.
|
||||||
|
|
||||||
|
|
||||||
|
THANK YOU :-D
|
||||||
|
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,28 @@
|
||||||
name: Documentation request
|
name: Documentation request
|
||||||
about: Suggest an improvement to the documentation
|
about: Suggest an improvement to the documentation
|
||||||
title: ''
|
title: ''
|
||||||
labels: documentation, 1 backlog
|
labels: 1 backlog, documentation
|
||||||
assignees: ryanheise
|
assignees: ryanheise
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
PLEASE READ CAREFULLY!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
FOR YOUR DOCUMENTATION REQUEST TO BE PROCESSED, YOU WILL NEED
|
||||||
|
TO FILL IN ALL SECTIONS BELOW. DON'T DELETE THE HEADINGS.
|
||||||
|
|
||||||
|
|
||||||
|
THANK YOU :-D
|
||||||
|
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
**To which pages does your suggestion apply?**
|
**To which pages does your suggestion apply?**
|
||||||
|
|
||||||
- Direct URL 1
|
- Direct URL 1
|
||||||
|
|
|
@ -2,11 +2,28 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: enhancement, 1 backlog
|
labels: 1 backlog, enhancement
|
||||||
assignees: ryanheise
|
assignees: ryanheise
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
PLEASE READ CAREFULLY!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
FOR YOUR FEATURE REQUEST TO BE PROCESSED, YOU WILL NEED
|
||||||
|
TO FILL IN ALL SECTIONS BELOW. DON'T DELETE THE HEADINGS.
|
||||||
|
|
||||||
|
|
||||||
|
THANK YOU :-D
|
||||||
|
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**Is your feature request related to a problem? Please describe.**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
||||||
|
|
||||||
-->
|
|
Loading…
Reference in New Issue