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
c05cb3f6
authored
Jun 17, 2019
by
bachinger
Committed by
Oliver Woodman
Jun 18, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add bug report section to question and content_not_playing issue templates.
PiperOrigin-RevId: 253593267
parent
f90cbcdf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
7 deletions
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/content_not_playing.md
.github/ISSUE_TEMPLATE/question.md
.github/ISSUE_TEMPLATE/bug.md
View file @
c05cb3f6
...
@@ -36,16 +36,17 @@ or a small sample app that you’re able to share as source code on GitHub.
...
@@ -36,16 +36,17 @@ or a small sample app that you’re able to share as source code on GitHub.
Provide a JSON snippet for the demo app’s media.exolist.json file, or a link to
Provide a JSON snippet for the demo app’s media.exolist.json file, or a link to
media that reproduces the issue. If you don't wish to post it publicly, please
media that reproduces the issue. If you don't wish to post it publicly, please
submit the issue, then email the link to dev.exoplayer@gmail.com using a subject
submit the issue, then email the link to dev.exoplayer@gmail.com using a subject
in the format "Issue #1234". Provide all the metadata we'd need to play the
in the format "Issue #1234", where "#1234" should be replaced with your issue
content like drm license urls or similar. If the content is accessible only in
number. Provide all the metadata we'd need to play the content like drm license
certain countries or regions, please say so.
urls or similar. If the content is accessible only in certain countries or
regions, please say so.
### [REQUIRED] A full bug report captured from the device
### [REQUIRED] A full bug report captured from the device
Capture a full bug report using "adb bugreport". Output from "adb logcat" or a
Capture a full bug report using "adb bugreport". Output from "adb logcat" or a
log snippet is NOT sufficient. Please attach the captured bug report as a file.
log snippet is NOT sufficient. Please attach the captured bug report as a file.
If you don't wish to post it publicly, please submit the issue, then email the
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
bug report to dev.exoplayer@gmail.com using a subject in the format
"Issue #1234".
"Issue #1234"
, where "#1234" should be replaced with your issue number
.
### [REQUIRED] Version of ExoPlayer being used
### [REQUIRED] Version of ExoPlayer being used
Specify the absolute version number. Avoid using terms such as "latest".
Specify the absolute version number. Avoid using terms such as "latest".
...
...
.github/ISSUE_TEMPLATE/content_not_playing.md
View file @
c05cb3f6
...
@@ -33,9 +33,10 @@ and you expect to play, like 5.1 audio track, text tracks or drm systems.
...
@@ -33,9 +33,10 @@ and you expect to play, like 5.1 audio track, text tracks or drm systems.
Provide a JSON snippet for the demo app’s media.exolist.json file, or a link to
Provide a JSON snippet for the demo app’s media.exolist.json file, or a link to
media that reproduces the issue. If you don't wish to post it publicly, please
media that reproduces the issue. If you don't wish to post it publicly, please
submit the issue, then email the link to dev.exoplayer@gmail.com using a subject
submit the issue, then email the link to dev.exoplayer@gmail.com using a subject
in the format "Issue #1234". Provide all the metadata we'd need to play the
in the format "Issue #1234", where "#1234" should be replaced with your issue
content like drm license urls or similar. If the content is accessible only in
number. Provide all the metadata we'd need to play the content like drm license
certain countries or regions, please say so.
urls or similar. If the content is accessible only in certain countries or
regions, please say so.
### [REQUIRED] Version of ExoPlayer being used
### [REQUIRED] Version of ExoPlayer being used
Specify the absolute version number. Avoid using terms such as "latest".
Specify the absolute version number. Avoid using terms such as "latest".
...
@@ -44,6 +45,13 @@ Specify the absolute version number. Avoid using terms such as "latest".
...
@@ -44,6 +45,13 @@ Specify the absolute version number. Avoid using terms such as "latest".
Specify the devices and versions of Android on which you expect the content to
Specify the devices and versions of Android on which you expect the content to
play. If possible, please test on multiple devices and Android versions.
play. If possible, please test on multiple devices and Android versions.
### [REQUIRED] A full bug report captured from the device
Capture a full bug report using "adb bugreport". Output from "adb logcat" or a
log snippet is NOT sufficient. Please attach the captured bug report as 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
"Issue #1234", where "#1234" should be replaced with your issue number.
<!-- DO NOT DELETE
<!-- DO NOT DELETE
validate_template=true
validate_template=true
template_path=.github/ISSUE_TEMPLATE/content_not_playing.md
template_path=.github/ISSUE_TEMPLATE/content_not_playing.md
...
...
.github/ISSUE_TEMPLATE/question.md
View file @
c05cb3f6
...
@@ -32,6 +32,23 @@ important for us to know this so that we can improve our documentation.
...
@@ -32,6 +32,23 @@ important for us to know this so that we can improve our documentation.
### [REQUIRED] Question
### [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, capture a
full bug report using "adb bugreport". Please attach the captured bug report as
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
"Issue #1234", where "#1234" should be replaced with your issue number.
### Link to test content
In case your question is related to a piece of media, which you are trying to
play, please provide a JSON snippet for the demo app’s media.exolist.json file,
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
dev.exoplayer@gmail.com using a subject in the format "Issue #1234", where
"#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
accessible only in certain countries or regions, please say so.
<!-- DO NOT DELETE
<!-- DO NOT DELETE
validate_template=true
validate_template=true
template_path=.github/ISSUE_TEMPLATE/question.md
template_path=.github/ISSUE_TEMPLATE/question.md
...
...
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