31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
||
name: Feature request
|
||
about: Issue template for a feature request.
|
||
title: ''
|
||
labels: enhancement, needs triage
|
||
assignees: ''
|
||
---
|
||
|
||
Before filing a feature request:
|
||
-----------------------
|
||
- 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:
|
||
-----------------------
|
||
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] Use case description
|
||
Describe the use case or problem you are trying to solve in detail. If there are
|
||
any standards or specifications involved, please provide the relevant details.
|
||
|
||
### Proposed solution
|
||
A clear and concise description of your proposed solution, if you have one.
|
||
|
||
### Alternatives considered
|
||
A clear and concise description of any alternative solutions you considered,
|
||
if applicable.
|