1---
2name: Feature request
3about: Issue template for a feature request.
4title: ''
5labels: enhancement, needs triage
6assignees: ''
7---
8
9Before filing a feature request:
10-----------------------
11- Search existing open issues, specifically with the label ‘enhancement’:
12  https://github.com/google/ExoPlayer/labels/enhancement
13- Search existing pull requests: https://github.com/google/ExoPlayer/pulls
14
15When filing a feature request:
16-----------------------
17Fill out the sections below, leaving the headers but replacing the content. If
18you're unable to provide certain information, please explain why in the relevant
19section. We may close issues if they do not include sufficient information.
20
21### [REQUIRED] Use case description
22Describe the use case or problem you are trying to solve in detail. If there are
23any standards or specifications involved, please provide the relevant details.
24
25### Proposed solution
26A clear and concise description of your proposed solution, if you have one.
27
28### Alternatives considered
29A clear and concise description of any alternative solutions you considered,
30if applicable.
31