delete test templates
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml
deleted file mode 100644
index 02a7d50..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: Bug Report
-description: File a bug report
-labels: ["type:bug"]
-body:
-  - type: textarea
-    id: description
-    attributes:
-      label: Description
-    validations:
-      required: true
-  - type: textarea
-    id: version
-    attributes:
-      label: Version and Environments
-      placeholder: Specify what Lucene version you are using and/or environment information (e.g., OS, Java version) 
-    validations:
-      requires: false
-  - type: dropdown
-    id: component
-    attributes:
-      label: Lucene Component
-      options:
-        - component:module/analysis
-        - component:module/benchmark
-        - component:module/classification
diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml
deleted file mode 100644
index f4465a3..0000000
--- a/.github/ISSUE_TEMPLATE/question.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-name: Question
-description: Question
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Please send your question to [mailing lists](https://lucene.apache.org/core/discussion.html).