From 099aaf5228edb894a7d0798afc12f1be6289c374 Mon Sep 17 00:00:00 2001 From: HARI CHAND BALASUBRAMANIAM Date: Wed, 2 Aug 2023 16:31:48 +0800 Subject: [PATCH] Create feature_request.yml (#18839) Adding template for Feature Request --- .github/ISSUE_TEMPLATE/feature_request.yml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000000..accf2f88414 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,33 @@ +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