mirror of
https://github.com/samsonjs/media.git
synced 2026-04-19 13:35:47 +00:00
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
---
|
||
name: Question
|
||
about: Issue template for a question.
|
||
title: ''
|
||
labels: question, needs triage
|
||
assignees: ''
|
||
---
|
||
|
||
Before filing a question:
|
||
-----------------------
|
||
- This issue tracker is intended ExoPlayer specific questions. If you're asking
|
||
a general Android development question, please do so on Stack Overflow.
|
||
- Search existing issues, including issues that are closed. It’s often the
|
||
quickest way to get an answer!
|
||
- Consult our FAQs, developer guide and the class reference of ExoPlayer. These
|
||
can be found at https://google.github.io/ExoPlayer/.
|
||
|
||
When filing a question:
|
||
-----------------------
|
||
Fill out the sections below, leaving the headers but replacing the content. If
|
||
you're unable to provide certain information, please explain why in the relevant
|
||
section. We may close issues if they do not include sufficient information.
|
||
|
||
### [REQUIRED] Searched documentation and issues
|
||
Tell us where you’ve already looked for an answer to your question. It’s
|
||
important for us to know this so that we can improve our documentation.
|
||
|
||
### [REQUIRED] Question
|
||
Describe your question in detail.
|
||
|
||
<!-- DO NOT DELETE
|
||
validate_template=true
|
||
template_path=.github/ISSUE_TEMPLATE/question.md
|
||
-->
|