From b774561b9827db490072a7ddfe30aaa98016786f Mon Sep 17 00:00:00 2001 From: HARI CHAND BALASUBRAMANIAM Date: Wed, 2 Aug 2023 15:41:43 +0800 Subject: [PATCH] Create pre_release_feedback.yml (#18840) * Create pre_release_feedback.yml Adding pre-release feedback template submission * Update pre_release_feedback.yml --- .../ISSUE_TEMPLATE/pre_release_feedback.yml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pre_release_feedback.yml diff --git a/.github/ISSUE_TEMPLATE/pre_release_feedback.yml b/.github/ISSUE_TEMPLATE/pre_release_feedback.yml new file mode 100644 index 00000000000..f18ee84c79d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pre_release_feedback.yml @@ -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 Code of Conduct + options: + - label: Have a new feature you would like to see in OpenVINO? File a feature request HERE. You can also implement the feature yourself by following the CONTRIBUTING.MD. + required: true