mirror of
https://github.com/samsonjs/media.git
synced 2026-04-22 14:05:55 +00:00
38 lines
1.4 KiB
Markdown
38 lines
1.4 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!
|
||
https://github.com/google/ExoPlayer/issues?q=is%3Aissue
|
||
- Consult our developer website, which can be found at https://exoplayer.dev/.
|
||
It provides detailed information about supported formats, devices as well as
|
||
information about how to use the ExoPlayer library.
|
||
- The ExoPlayer library Javadoc can be found at
|
||
https://exoplayer.dev/doc/reference/
|
||
|
||
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
|
||
-->
|