Update model_maker_issue_template.yaml

This commit is contained in:
kuaashish 2023-02-03 15:58:48 +05:30 committed by GitHub
parent 9de43a83f6
commit 79b747969e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,39 +35,39 @@ body:
label: MediaPipe Model Maker version label: MediaPipe Model Maker version
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.)
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: current id: current
attributes: attributes:
label: Describe the actual behavior label: Describe the actual behavior
render: shell render: shell
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expected id: expected
attributes: attributes:
label: Describe the expected behaviour label: Describe the expected behaviour
render: shell render: shell
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
label: Standalone code/steps you may have used to try to get what you need label: Standalone code/steps you may have used to try to get what you need
description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem: description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem
render: shell render: shell
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: other_info id: other_info
attributes: attributes:
label: Other info / Complete Logs label: Other info / Complete Logs
description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the fulltraceback. Large logs and files should be attached: description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the fulltraceback. Large logs and files should be attached
value: value:
render: shell render: shell
validations: validations: