From e1676ceba759ddd880c12d616af8fc22dcf8c97d Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Fri, 23 Feb 2024 17:17:18 +0100 Subject: [PATCH] Remove multinode options from issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ----- .github/ISSUE_TEMPLATE/enhancement.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 710183984aa..3905b96bfce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,7 +33,6 @@ body: description: You can pick multiple subsystems and features. multiple: true options: - - Access node - Adaptive chunking - Background worker - Backup @@ -43,11 +42,7 @@ body: - Configuration - Continuous aggregate - Data ingestion - - Data node - - Distributed hypertable - Gapfill - - Multi-node - - Node management - Packaging - Partitioning - Platform/OS diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 4996ce3c3c0..514697509fa 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -27,7 +27,6 @@ body: description: You can pick multiple subsystems and features. multiple: true options: - - Access node - Adaptive chunking - Background worker - Build system @@ -36,11 +35,7 @@ body: - Configuration - Continuous aggregate - Data ingestion - - Data node - - Distributed hypertable - Gapfill - - Multi-node - - Node management - Packaging - Partitioning - Platform/OS