Skip to content

Commit

Permalink
Sort component options and add description
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
  • Loading branch information
mch2 committed Dec 7, 2023
1 parent 6955815 commit 65aded6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ body:
- type: dropdown
attributes:
label: Related component
description: Choose one specific OpenSearch component your problem belongs to.
description: Choose a specific OpenSearch component your bug belongs to. If you are unsure which to select or if the component is not present, select "Other".
multiple: false
options:
- Search:Resiliency
- Build Libraries & Interfaces
- Cluster Manager
- Extensions
- Indexing
- Indexing:Performance
- Indexing:Replication
- Other
- Plugins
- Search
- Search:Aggregations
- Search:Performance
- Search:Query Capabilities
- Search:Query Insights
- Search:Aggregations
- Search:Remote Search
- Search:Relevance
- Search:Remote Search
- Search:Resiliency
- Search:Searchable Snapshots
- Search
- Indexing:Replication
- Indexing:Performance
- Indexing
- Storage:Snapshots
- Storage:Performance
- Storage
- Storage:Durability
- Storage:Performance
- Storage:Remote
- Storage
- Cluster Manager
- Extensions
- Build Libraries & Interfaces
- Plugins
- Others
- Storage:Snapshots
validations:
required: true
- type: textarea
Expand Down
32 changes: 16 additions & 16 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@ body:
- type: dropdown
attributes:
label: Related component
description: Choose one specific OpenSearch component your feature request belongs to.
description: Choose a specific OpenSearch component your feature request belongs to. If you are unsure of which component to select or if the component is not present, select "Other".
multiple: false
options:
- Search:Resiliency
- Build Libraries & Interfaces
- Cluster Manager
- Extensions
- Indexing
- Indexing:Performance
- Indexing:Replication
- Other
- Plugins
- Search
- Search:Aggregations
- Search:Performance
- Search:Query Capabilities
- Search:Query Insights
- Search:Aggregations
- Search:Remote Search
- Search:Relevance
- Search:Remote Search
- Search:Resiliency
- Search:Searchable Snapshots
- Search
- Indexing:Replication
- Indexing:Performance
- Indexing
- Storage:Snapshots
- Storage:Performance
- Storage
- Storage:Durability
- Storage:Performance
- Storage:Remote
- Storage
- Cluster Manager
- Extensions
- Build Libraries & Interfaces
- Plugins
- Others
- Storage:Snapshots
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 65aded6

Please sign in to comment.