1name: Feature Request 2description: Use template to request a new feature 3title: "[Feature]: " 4labels: ["Feature Request"] 5assignees: 6 - XinfengZhang 7body: 8- type: textarea 9 attributes: 10 label: What Feature? 11 description: Please describe what feature you request and more background why you need this feature. 12 validations: 13 required: true 14- type: dropdown 15 id: usage 16 attributes: 17 label: What's the usage scenario would be benifited? 18 multiple: true 19 options: 20 - Transcode for media delivery 21 - Playback 22 - Web browser 23 - Cloud Gaming 24 - Video Analytics 25 - Video Conference 26 - Immersive Media 27 - Content Creation 28 - Game Streaming 29 - Others 30 validations: 31 required: true 32- type: textarea 33 attributes: 34 label: What impacted? 35 description: Any program or milestone would be benifited once the feature is enabled. Please provide the information as detail as possible to help us understand and prioritize the feature request. 36 placeholder: If you select "Others" for above usage, please describe your usage scenario here to help us understand the impact. 37 validations: 38 required: false 39- type: dropdown 40 id: contribute 41 attributes: 42 label: Do you want to contribute a patch to develop this feature? 43 multiple: false 44 options: 45 - Yes, I'm glad to submit a patch for it 46 - No.