commit
4f5069b402
|
@ -40,18 +40,16 @@ body:
|
||||||
label: Programming Language and version (e.g. C++, Python, Java)
|
label: Programming Language and version (e.g. C++, Python, Java)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: current_model
|
id: current_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the actual behavior
|
label: Describe the actual behavior
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: expected_model
|
id: expected_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the expected behaviour
|
label: Describe the expected behaviour
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -41,18 +41,16 @@ body:
|
||||||
label: Task name (e.g. Image classification, Gesture recognition etc.)
|
label: Task name (e.g. Image classification, Gesture recognition etc.)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: current_model
|
id: current_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the actual behavior
|
label: Describe the actual behavior
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: expected_model
|
id: expected_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the expected behaviour
|
label: Describe the expected behaviour
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -31,18 +31,16 @@ body:
|
||||||
label: URL that shows the problem
|
label: URL that shows the problem
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: current_model
|
id: current_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the actual behavior
|
label: Describe the actual behavior
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: expected_model
|
id: expected_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the expected behaviour
|
label: Describe the expected behaviour
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -28,37 +28,33 @@ body:
|
||||||
- 'No'
|
- 'No'
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: behaviour
|
id: behaviour
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the feature and the current behaviour/state
|
label: Describe the feature and the current behaviour/state
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: api_change
|
id: api_change
|
||||||
attributes:
|
attributes:
|
||||||
label: Will this change the current API? How?
|
label: Will this change the current API? How?
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: benifit
|
id: benifit
|
||||||
attributes:
|
attributes:
|
||||||
label: Who will benefit with this feature?
|
label: Who will benefit with this feature?
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: use_case
|
id: use_case
|
||||||
attributes:
|
attributes:
|
||||||
label: Please specify the use cases for this feature
|
label: Please specify the use cases for this feature
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: info_other
|
id: info_other
|
||||||
attributes:
|
attributes:
|
||||||
label: Any Other info
|
label: Any Other info
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
|
@ -87,14 +87,13 @@ body:
|
||||||
placeholder:
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the problem
|
label: Describe the problem
|
||||||
description: Provide the exact sequence of commands / steps that you executed before running into the [problem](https://google.github.io/mediapipe/getting_started/getting_started.html)
|
description: Provide the exact sequence of commands / steps that you executed before running into the [problem](https://google.github.io/mediapipe/getting_started/getting_started.html)
|
||||||
placeholder: Tell us what you see!
|
placeholder: Tell us what you see!
|
||||||
value: "A bug happened!"
|
value: "A bug happened!"
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -80,18 +80,16 @@ body:
|
||||||
label: Xcode & Tulsi version (if issue is related to building for iOS)
|
label: Xcode & Tulsi version (if issue is related to building for iOS)
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: current_model
|
id: current_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the actual behavior
|
label: Describe the actual behavior
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: expected_model
|
id: expected_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the expected behaviour
|
label: Describe the expected behaviour
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -48,18 +48,16 @@ body:
|
||||||
placeholder: e.g. C++, Python, Java
|
placeholder: e.g. C++, Python, Java
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: current_model
|
id: current_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the actual behavior
|
label: Describe the actual behavior
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: expected_model
|
id: expected_model
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the expected behaviour
|
label: Describe the expected behaviour
|
||||||
render: shell
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Reference in New Issue
Block a user