Skip to content

Commit

Permalink
Convert feature request template
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
  • Loading branch information
bowenlan-amzn committed Nov 13, 2023
1 parent ae9acf6 commit ec56d57
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: 🎆 Feature request
description: Suggest an idea for this project
title: '[Feature Request] <title>'
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

0 comments on commit ec56d57

Please sign in to comment.