2023-02-03 12:54:28 +01:00
|
|
|
|
name: Feature Request Issues
|
|
|
|
|
description: Use this template for raising a feature request. If this doesn’t look right, choose a different type.
|
|
|
|
|
labels: 'type:feature'
|
|
|
|
|
body:
|
|
|
|
|
- type: markdown
|
|
|
|
|
id: linkmodel
|
|
|
|
|
attributes:
|
|
|
|
|
value: Please make sure that this is a feature request.
|
|
|
|
|
- type: input
|
|
|
|
|
id: solution
|
|
|
|
|
attributes:
|
|
|
|
|
label: MediaPipe Solution (you are using)
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
2023-02-03 12:56:43 +01:00
|
|
|
|
- type: input
|
|
|
|
|
id: pgmlang
|
|
|
|
|
attributes:
|
2023-02-03 12:54:28 +01:00
|
|
|
|
label: Programming language
|
|
|
|
|
placeholder: C++/typescript/Python/Objective C/Android Java
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
|
|
|
|
- type: dropdown
|
|
|
|
|
id: willingcon
|
|
|
|
|
attributes:
|
|
|
|
|
label: Are you willing to contribute it
|
|
|
|
|
options:
|
|
|
|
|
- 'Yes'
|
|
|
|
|
- 'No'
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: behaviour
|
|
|
|
|
attributes:
|
2023-02-03 12:59:50 +01:00
|
|
|
|
label: Describe the feature and the current behaviour/state
|
2023-02-03 12:54:28 +01:00
|
|
|
|
render: shell
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: api_change
|
|
|
|
|
attributes:
|
|
|
|
|
label: Will this change the current api? How?
|
|
|
|
|
render: shell
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: benifit
|
|
|
|
|
attributes:
|
|
|
|
|
label: Who will benefit with this feature?
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: use_case
|
|
|
|
|
attributes:
|
2023-02-03 13:00:07 +01:00
|
|
|
|
label: Please specify the use cases for this feature
|
2023-02-03 12:54:28 +01:00
|
|
|
|
render: shell
|
|
|
|
|
validations:
|
2023-02-03 13:02:17 +01:00
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: info_other
|
|
|
|
|
attributes:
|
2023-02-03 13:02:28 +01:00
|
|
|
|
label: Any Other info
|
2023-02-03 13:02:17 +01:00
|
|
|
|
render: shell
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|