improve issue templates
PiperOrigin-RevId: 249489446
This commit is contained in:
parent
cfefdbc134
commit
073256ead0
9
.github/ISSUE_TEMPLATE/bug.md
vendored
9
.github/ISSUE_TEMPLATE/bug.md
vendored
@ -8,9 +8,12 @@ assignees: ''
|
||||
|
||||
Before filing a bug:
|
||||
-----------------------
|
||||
- Search existing issues, including issues that are closed.
|
||||
- Consult our FAQs, supported devices and supported formats pages. These can be
|
||||
found at https://exoplayer.dev/.
|
||||
- Search existing issues, including issues that are closed:
|
||||
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 and devices.
|
||||
- Learn how to create useful log output by using the EventLogger:
|
||||
https://exoplayer.dev/listening-to-player-events.html#using-eventlogger
|
||||
- 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:
|
||||
|
@ -8,9 +8,12 @@ assignees: ''
|
||||
|
||||
Before filing a content issue:
|
||||
------------------------------
|
||||
- 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
|
||||
- Consult our supported formats page, which can be found at
|
||||
https://exoplayer.dev/supported-formats.html.
|
||||
- Learn how to create useful log output by using the EventLogger:
|
||||
https://exoplayer.dev/listening-to-player-events.html#using-eventlogger
|
||||
- Try playing your content in the ExoPlayer demo app. Information about the
|
||||
ExoPlayer demo app can be found here:
|
||||
http://exoplayer.dev/demo-application.html.
|
||||
|
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -8,8 +8,9 @@ assignees: ''
|
||||
|
||||
Before filing a feature request:
|
||||
-----------------------
|
||||
- Search existing open issues, specifically with the label ‘enhancement’.
|
||||
- Search existing pull requests.
|
||||
- Search existing open issues, specifically with the label ‘enhancement’:
|
||||
https://github.com/google/ExoPlayer/labels/enhancement
|
||||
- Search existing pull requests: https://github.com/google/ExoPlayer/pulls
|
||||
|
||||
When filing a feature request:
|
||||
-----------------------
|
||||
|
8
.github/ISSUE_TEMPLATE/question.md
vendored
8
.github/ISSUE_TEMPLATE/question.md
vendored
@ -12,8 +12,12 @@ Before filing a question:
|
||||
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://exoplayer.dev/.
|
||||
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:
|
||||
-----------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user