Create pre_release_feedback.yml (#18840)
* Create pre_release_feedback.yml Adding pre-release feedback template submission * Update pre_release_feedback.yml
This commit is contained in:
parent
6dd88d76d3
commit
b774561b98
40
.github/ISSUE_TEMPLATE/pre_release_feedback.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/pre_release_feedback.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: Pre-release Feedback
|
||||
description: Feedback on Pre-release OpenVINO
|
||||
title: "[Pre-Release Feedback]:"
|
||||
labels: ["Pre-release", "support_request"]
|
||||
assignees:
|
||||
- octocat
|
||||
body:
|
||||
- type: input
|
||||
id: pre_version
|
||||
attributes:
|
||||
label: Pre-release Version
|
||||
description: What is the pre-release version you are using?
|
||||
placeholder: 2023.0.0.dev20230427
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: feedback
|
||||
attributes:
|
||||
label: Pre-release feedback
|
||||
description: What is the issue or feedback on the pre-release?
|
||||
placeholder: Please describe the issue and/or feedback
|
||||
value: "Inference performance drop in OpenVINO 2022.4."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: thoughts
|
||||
attributes:
|
||||
label: Thought on new feature release
|
||||
description: What are your thoughts on the new features released in pre-release?
|
||||
placeholder: any thoughts on the new feature are welcome
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: checklist3
|
||||
attributes:
|
||||
label: Pre-release Feedback submission checklist
|
||||
description: By submitting this issue, you agree to follow our <a href="https://github.com/intel/intel-one-mono/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a>
|
||||
options:
|
||||
- label: Have a new feature you would like to see in OpenVINO? File a feature request <a href="https://github.com/openvinotoolkit/openvino/issues/new/choose">HERE</a>. You can also implement the feature yourself by following the <a href="https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING.md">CONTRIBUTING.MD</a>.
|
||||
required: true
|
Loading…
Reference in New Issue
Block a user