Update model_maker_issue_template.yaml
This commit is contained in:
parent
dd10c54ed5
commit
79e39e6d52
|
@ -19,15 +19,13 @@ body:
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: OS Platform and Distribution
|
label: OS Platform and Distribution
|
||||||
description:
|
|
||||||
placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4
|
placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: pythonver
|
id: pythonver
|
||||||
attributes:
|
attributes:
|
||||||
label: Python Version
|
label: Python Version
|
||||||
description:
|
|
||||||
placeholder: e.g. 3.7, 3.8
|
placeholder: e.g. 3.7, 3.8
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -35,16 +33,12 @@ body:
|
||||||
id: modelmakerver
|
id: modelmakerver
|
||||||
attributes:
|
attributes:
|
||||||
label: [MediaPipe Model Maker version](https://pypi.org/project/mediapipe-model-maker/)
|
label: [MediaPipe Model Maker version](https://pypi.org/project/mediapipe-model-maker/)
|
||||||
description:
|
|
||||||
placeholder:
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: taskname
|
id: taskname
|
||||||
attributes:
|
attributes:
|
||||||
label: Task name (e.g. Image classification, Gesture recognition etc.)
|
label: Task name (e.g. Image classification, Gesture recognition etc.)
|
||||||
description:
|
|
||||||
placeholder:
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Reference in New Issue
Block a user