Files
sigma-rules/.github/ISSUE_TEMPLATE/schema_feature_request.yaml
T

43 lines
1.5 KiB
YAML

name: Kibana schema update feature request
description: 'Suggest a rule schema change related to Kibana schemas'
title: "[FR] Update schemas to support <name of new feature>"
labels: ["schema", "python", "Team: TRADE"]
assignees: []
projects: ["elastic/1268"]
body:
- type: input
id: kibana_pr_link
attributes:
label: Link to Kibana PR
description: "Provide a link to the Kibana PR with the relevant schema changes."
placeholder: "https://github.com/elastic/kibana/pull/..."
- type: textarea
id: feature_description
attributes:
label: Feature Description
description: "Which Kibana feature needs be supported within our schemas?"
placeholder: "Describe the feature or provide a link..."
- type: textarea
id: desired_solution
attributes:
label: Desired Solution
description: "A clear and concise description of what you want to happen."
placeholder: "Describe the solution you want..."
- type: textarea
id: considered_alternatives
attributes:
label: Considered Alternatives
description: "A clear and concise description of any alternative solutions or features you've considered."
placeholder: "Describe any alternatives you've considered..."
- type: textarea
id: additional_context
attributes:
label: Additional Context
description: "Add any other context, explanations, or screenshots about the feature request here."
placeholder: "Additional context, explanations, or screenshots..."