From ad7f00f1d673a055ce7293531423d69ab9f6b0e8 Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Wed, 14 Feb 2024 12:34:34 -0800 Subject: [PATCH] Add 'Related component' dropdown to meta template (#12321) Similar to feature requests and bugs, this dropdown will ensure that every meta issue gets assigned to a component. Signed-off-by: Andrew Ross --- .github/ISSUE_TEMPLATE/meta.yml | 36 ++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/meta.yml b/.github/ISSUE_TEMPLATE/meta.yml index 0ef42688474c3..b766a26bc3ff2 100644 --- a/.github/ISSUE_TEMPLATE/meta.yml +++ b/.github/ISSUE_TEMPLATE/meta.yml @@ -23,6 +23,36 @@ body: placeholder: Ex. - [ ] https://github.com/opensearch-project/security/issues/3888 Add views to the cluster metadata schema validations: required: true - - - + - type: dropdown + attributes: + label: Related component + description: Choose a specific OpenSearch component your project belongs to. If you are unsure of which component to select or if the component is not present, select "Other". + multiple: false + options: + - # Empty first option to force selection + - Build + - Clients + - Cluster Manager + - Extensions + - Indexing:Performance + - Indexing:Replication + - Indexing + - Libraries + - Other + - Plugins + - Search:Aggregations + - Search:Performance + - Search:Query Capabilities + - Search:Query Insights + - Search:Relevance + - Search:Remote Search + - Search:Resiliency + - Search:Searchable Snapshots + - Search + - Storage:Durability + - Storage:Performance + - Storage:Remote + - Storage:Snapshots + - Storage + validations: + required: true