improve issue templates

PiperOrigin-RevId: 249489446
This commit is contained in:
bachinger 2019-05-22 19:44:46 +01:00 committed by Toni
parent cfefdbc134
commit 073256ead0
4 changed files with 19 additions and 8 deletions

View File

@ -8,9 +8,12 @@ assignees: ''
Before filing a bug: Before filing a bug:
----------------------- -----------------------
- Search existing issues, including issues that are closed. - Search existing issues, including issues that are closed:
- Consult our FAQs, supported devices and supported formats pages. These can be https://github.com/google/ExoPlayer/issues?q=is%3Aissue
found at https://exoplayer.dev/. - 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 - 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 reproduce the issue in the ExoPlayer demo app. Information about the ExoPlayer
demo app can be found here: demo app can be found here:

View File

@ -8,9 +8,12 @@ assignees: ''
Before filing a content issue: 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 - Consult our supported formats page, which can be found at
https://exoplayer.dev/supported-formats.html. 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 - Try playing your content in the ExoPlayer demo app. Information about the
ExoPlayer demo app can be found here: ExoPlayer demo app can be found here:
http://exoplayer.dev/demo-application.html. http://exoplayer.dev/demo-application.html.

View File

@ -8,8 +8,9 @@ assignees: ''
Before filing a feature request: Before filing a feature request:
----------------------- -----------------------
- Search existing open issues, specifically with the label enhancement. - Search existing open issues, specifically with the label enhancement:
- Search existing pull requests. https://github.com/google/ExoPlayer/labels/enhancement
- Search existing pull requests: https://github.com/google/ExoPlayer/pulls
When filing a feature request: When filing a feature request:
----------------------- -----------------------

View File

@ -12,8 +12,12 @@ Before filing a question:
a general Android development question, please do so on Stack Overflow. a general Android development question, please do so on Stack Overflow.
- Search existing issues, including issues that are closed. Its often the - Search existing issues, including issues that are closed. Its often the
quickest way to get an answer! quickest way to get an answer!
- Consult our FAQs, developer guide and the class reference of ExoPlayer. These https://github.com/google/ExoPlayer/issues?q=is%3Aissue
can be found at https://exoplayer.dev/. - 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: When filing a question:
----------------------- -----------------------