Skip to content

Commit

Permalink
Add 'Related component' dropdown to meta template (#12321)
Browse files Browse the repository at this point in the history
Similar to feature requests and bugs, this dropdown will ensure that
every meta issue gets assigned to a component.

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross authored Feb 14, 2024
1 parent 6099ed9 commit ad7f00f
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions .github/ISSUE_TEMPLATE/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad7f00f

Please sign in to comment.