diff --git a/.github/ISSUE_TEMPLATE/pre-release-openshift-tests.md b/.github/ISSUE_TEMPLATE/pre-release-openshift-tests.md
new file mode 100644
index 0000000..a10b747
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/pre-release-openshift-tests.md
@@ -0,0 +1,60 @@
+---
+name: Pre-Release OpenShift Integration Tests
+about: This template can be used to track the integration testing on OpenShift leading up to the next Stackable release
+title: "chore(tracking): Run integration tests on OpenShift"
+labels: ['epic']
+assignees: ''
+---
+
+<!--
+    Make sure to update the link in '.github/ISSUE_TEMPLATE/release.md' when
+    you change the front matter above.
+-->
+
+<!--
+    DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue.
+    This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose.
+-->
+
+## Pre-Release OpenShift Integration Tests
+
+Part of <https://github.com/stackabletech/issues/issues/TRACKING_ISSUE>
+
+Make sure to run the tests using the following parameters:
+
+```
+TEST_PLATFORM: OpenShift on replicated.com (4.15.0-okd)
+GIT_BRANCH_OR_TAG: origin/main
+OPERATOR_VERSION: 0.0.0-dev
+TEST_SCRIPT_PARAMS: --test-suite openshift
+```
+
+<!--
+    The following list was generated by:
+
+    # go to the stackable-templating repository, then run:
+    yq '.repositories[].name' config/repositories.yaml \
+    | sort \
+    | xargs -I {} echo "- [ ] [{}](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/{}-it-custom/build)"
+-->
+
+```[tasklist]
+### Integration Tests on OpenShift
+- [ ] [airflow-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/airflow-operator-it-custom/build)
+- [ ] [commons-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/commons-operator-it-custom/build)
+- [ ] [druid-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/druid-operator-it-custom/build)
+- [ ] [edc-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/edc-operator-it-custom/build)
+- [ ] [hbase-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hbase-operator-it-custom/build)
+- [ ] [hdfs-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hdfs-operator-it-custom/build)
+- [ ] [hello-world-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hello-world-operator-it-custom/build)
+- [ ] [hive-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hive-operator-it-custom/build)
+- [ ] [kafka-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/kafka-operator-it-custom/build)
+- [ ] [listener-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/listener-operator-it-custom/build)
+- [ ] [nifi-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/nifi-operator-it-custom/build)
+- [ ] [opa-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/opa-operator-it-custom/build)
+- [ ] [secret-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/secret-operator-it-custom/build)
+- [ ] [spark-k8s-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/spark-k8s-operator-it-custom/build)
+- [ ] [superset-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/superset-operator-it-custom/build)
+- [ ] [trino-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/trino-operator-it-custom/build)
+- [ ] [zookeeper-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/zookeeper-operator-it-custom/build)
+```