• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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-----------------------
17Replace the content in the sections below.
18
19### [REQUIRED] Use case description
20Describe the use case or problem you are trying to solve in detail. If there are
21any standards or specifications involved, please provide the relevant details.
22
23### Proposed solution
24A clear and concise description of your proposed solution, if you have one.
25
26### Alternatives considered
27A clear and concise description of any alternative solutions you considered,
28if applicable.
29