From ec56d574e291d80e61623838a5dc9c29505fca89 Mon Sep 17 00:00:00 2001 From: bowenlan-amzn Date: Mon, 13 Nov 2023 15:37:58 -0800 Subject: [PATCH] Convert feature request template Signed-off-by: bowenlan-amzn --- .github/ISSUE_TEMPLATE/feature_request.md | 19 ------- .github/ISSUE_TEMPLATE/feature_request.yml | 60 ++++++++++++++++++++++ 2 files changed, 60 insertions(+), 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 53b3614a34342..0000000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: 🎆 Feature request -about: Suggest an idea for this project -title: '' -labels: 'enhancement, untriaged' -assignees: '' ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000000000..4cf0f51dc91d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,60 @@ +name: 🎆 Feature request +description: Suggest an idea for this project +title: '[Feature Request] ' +labels: ['enhancement, untriaged'] +body: + - type: textarea + attributes: + label: Is your feature request related to a problem? Please describe + description: A clear and concise description of what the problem is. + placeholder: Ex. I'm always frustrated when [...] + validations: + required: true + - type: textarea + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: true + - type: dropdown + attributes: + label: Choose the related component + description: Choose one specific OpenSearch component your problem belongs to. + multiple: false + options: + - Search:Resiliency + - Search:Performance + - Search:Query Capabilities + - Search:Query Insights + - Search:Aggregations + - Search:Remote Search + - Search:Relevance + - Search:Searchable Snapshots + - Search + - Indexing:Replication + - Indexing:Performance + - Indexing + - Storage:Snapshots + - Storage:Performance + - Storage:Durability + - Storage:Remote + - Storage + - Cluster Manager + - Extensions + - Build Libraries & Interfaces + - Plugins + - Others + validations: + required: true + - type: textarea + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false + - type: textarea + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false