mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
tell user that #1234 should be the issue number
This commit is contained in:
parent
ecb7b8758c
commit
95c08ad864
1 changed files with 5 additions and 4 deletions
9
.github/ISSUE_TEMPLATE/bug.md
vendored
9
.github/ISSUE_TEMPLATE/bug.md
vendored
|
|
@ -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".
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue