34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
name: Feature request
|
|
description: Suggest a feature or improvement for the OpenVINO toolkit
|
|
title: "[Feature Request]: "
|
|
labels: ["enhancement", "feature"]
|
|
assignees:
|
|
- octocat
|
|
body:
|
|
- type: textarea
|
|
id: request_description
|
|
attributes:
|
|
label: Request Description
|
|
description: What is the request you would like us to improve on?
|
|
placeholder: Please provide a detailed description of your request
|
|
value: "To have OpenVINO support yolov8 model (with description)"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: feature_usecase
|
|
attributes:
|
|
label: Feature Use Case
|
|
description: What is the use case of the feature you are proposing?
|
|
placeholder: Please provide the use case where this will be useful
|
|
value: "Recent autonomous vehicles have been using the yolov8 model to perform object segmentation."
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: check2
|
|
attributes:
|
|
label: Issue submission checklist
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/intel/intel-one-mono/blob/main/CODE_OF_CONDUCT.md)
|
|
options:
|
|
- label: The feature request or improvement must be related to OpenVINO
|
|
required: true
|