Skip to content

Commit

Permalink
Add issues dropdown
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <[email protected]>
  • Loading branch information
bowenlan-amzn committed Nov 13, 2023
1 parent 7ecbb5e commit 7ec2091
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 36 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_template.md

This file was deleted.

35 changes: 32 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,39 @@ body:
description: A clear and concise description of what the bug is.
validations:
required: true
- type: dropdown
attributes:
label: Choose the component label
description: Choose which specific components of OpenSearch your problem belongs to. For more context please refer to #10566
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
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
description: Steps to reproduce the behavior.
value: |
1. Go to '...'
2. Click on '....'
Expand All @@ -29,12 +58,12 @@ body:
- type: textarea
attributes:
label: Documents, Screenshots
description: If applicable, add more information like log files or screenshoots to help explain your problem.
description: If applicable, please attach more information in this area, like log files or screenshoots, to help explain your problem.
validations:
required: false
- type: textarea
attributes:
label: Host/Environment (please complete the following information)
label: Host/Environment
value: |
- OS: [e.g. iOS]
- Version [e.g. 22]
Expand Down

0 comments on commit 7ec2091

Please sign in to comment.