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