Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
32e68f60
authored
Dec 04, 2020
by
bachinger
Committed by
Ian Baker
Dec 14, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Make issue templates shorter
PiperOrigin-RevId: 345624512
parent
0f64ace5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
80 deletions
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/ISSUE_TEMPLATE/bug.md
View file @
32e68f60
...
@@ -6,52 +6,39 @@ labels: bug, needs triage
...
@@ -6,52 +6,39 @@ labels: bug, needs triage
assignees
:
'
'
assignees
:
'
'
---
---
We can only process bug reports that are actionable. Unclear bug reports or
reports with insufficient information may not get attention.
Before filing a bug:
Before filing a bug:
-----------------------
-------------------------
-
Search existing issues, including issues that are closed:
-
Search existing issues, including issues that are closed:
https://github.com/google/ExoPlayer/issues?q=is%3Aissue
https://github.com/google/ExoPlayer/issues?q=is%3Aissue
-
Consult our developer website, which can be found at https://exoplayer.dev/.
-
Consult our developer website: https://exoplayer.dev/
It provides detailed information about supported formats and devices.
-
Check the supported formats: https://exoplayer.dev/supported-formats.html
-
Learn how to create useful log output by using the EventLogger:
-
Try playing problematic media in the demo app:
https://exoplayer.dev/debug-logging.html
http://exoplayer.dev/demo-application.html
-
Rule out issues in your own code. A good way to do this is to try and
reproduce the issue in the ExoPlayer demo app. Information about the ExoPlayer
demo app can be found here:
http://exoplayer.dev/demo-application.html.
When reporting a bug:
When reporting a bug:
-----------------------
-------------------------
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] Issue description
Describe the issue in detail, including observed and expected behavior.
### [REQUIRED] Reproduction steps
Describe how the issue can be reproduced, ideally using the ExoPlayer demo app
Describe how the issue can be reproduced, ideally using the ExoPlayer demo app
or a small sample app that you’re able to share as source code on GitHub.
or a small sample app that you’re able to share as source code on GitHub. To
increase the chance of your issue getting attention, please also include:
### [REQUIRED] Link to test content
Provide a JSON snippet for the demo app’s media.exolist.json file, or a link to
-
Clear reproduction steps including observed and expected behavior
media that reproduces the issue. If you don't wish to post it publicly, please
-
Output of running "adb bugreport" in the console shortly after encountering
submit the issue, then email the link to dev.exoplayer@gmail.com using a subject
the issue
in the format "Issue #1234", where "#1234" should be replaced with your issue
-
URI to test content for reproduction
number. Provide all the metadata we'd need to play the content like drm license
-
For protected content:
urls or similar. If the content is accessible only in certain countries or
-
DRM scheme and license server URL
regions, please say so.
-
Authentication HTTP headers
### [REQUIRED] A full bug report captured from the device
-
ExoPlayer version number
Capture a full bug report using "adb bugreport". Output from "adb logcat" or a
-
Android version
log snippet is NOT sufficient. Please attach the captured bug report as a file.
-
Android device
If you don't wish to post it publicly, please submit the issue, then email the
bug report to dev.exoplayer@gmail.com using a subject in the format
If there's something you don't want to post publicly, please submit the issue,
"Issue #1234", where "#1234" should be replaced with your issue number.
then email the link/bug report to dev.exoplayer@gmail.com using a subject in the
format "Issue #1234", where #1234 is your issue number (we don't reply to
### [REQUIRED] Version of ExoPlayer being used
emails).
Specify the absolute version number. Avoid using terms such as "latest".
### [REQUIRED] Device(s) and version(s) of Android being used
Specify the devices and versions of Android on which the issue can be
reproduced, and how easily it reproduces. If possible, please test on multiple
devices and Android versions.
.github/ISSUE_TEMPLATE/feature_request.md
View file @
32e68f60
...
@@ -14,9 +14,7 @@ Before filing a feature request:
...
@@ -14,9 +14,7 @@ Before filing a feature request:
When filing a feature request:
When filing a feature request:
-----------------------
-----------------------
Fill out the sections below, leaving the headers but replacing the content. If
Replace the content in the sections below.
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] Use case description
### [REQUIRED] Use case description
Describe the use case or problem you are trying to solve in detail. If there are
Describe the use case or problem you are trying to solve in detail. If there are
...
...
.github/ISSUE_TEMPLATE/question.md
View file @
32e68f60
...
@@ -6,45 +6,38 @@ labels: question, needs triage
...
@@ -6,45 +6,38 @@ labels: question, needs triage
assignees
:
'
'
assignees
:
'
'
---
---
Unfortunately we can't answer all questions. Unclear questions or questions with
insufficient information may not get attention.
Before filing a question:
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.
-
Ask general Android development questions on Stack Overflow
-
Search existing issues, including issues that are closed. It’s often the
-
Search existing issues, including issues that are closed
quickest way to get an answer!
https://github.com/google/ExoPlayer/issues?q=is%3Aissue
https://github.com/google/ExoPlayer/issues?q=is%3Aissue
-
Consult our developer website, which can be found at https://exoplayer.dev/.
-
Consult our developer website (https://exoplayer.dev/) and Javadoc
It provides detailed information about supported formats, devices as well as
(https://exoplayer.dev/doc/reference/)
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:
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.
Describe your question in detail.
### A full bug report captured from the device
In case your question refers to a problem you are seeing in your app:
In case your question refers to a problem you are seeing in your app, capture a
full bug report using "adb bugreport". Please attach the captured bug report as
-
Output of running
`$ adb bugreport`
in the console
a file. If you don't wish to post it publicly, please submit the issue, then
email the bug report to dev.exoplayer@gmail.com using a subject in the format
In case your question is related to a piece of media:
"Issue #1234", where "#1234" should be replaced with your issue number.
-
URI to test content
### Link to test content
-
For protected content:
In case your question is related to a piece of media, which you are trying to
-
DRM scheme and license server URL
play, please provide a JSON snippet for the demo app’s media.exolist.json file,
-
Authentication HTTP headers
or a link to media that reproduces the issue. If you don't wish to post it
publicly, please submit the issue, then email the link to
Don't forget to check supported formats and devices
dev.exoplayer@gmail.com using a subject in the format "Issue #1234", where
(https://exoplayer.dev/supported-formats.html).
"#1234" should be replaced with your issue number. Provide all the metadata we'd
need to play the content like drm license urls or similar. If the content is
If there's something you don't want to post publicly, please submit the issue,
accessible only in certain countries or regions, please say so.
then email the link/bug report to dev.exoplayer@gmail.com using a subject in the
format "Issue #1234", where #1234 is your issue number (we don't reply to
emails).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment