22 lines
663 B
YAML
22 lines
663 B
YAML
name: Rule Deprecation
|
|
description: Recommendation to deprecate a rule
|
|
title: "[Deprecation] Name of the rule"
|
|
labels: ["Rule: Deprecation", "Team: TRADE"]
|
|
assignees: []
|
|
projects: ["elastic/1268"]
|
|
|
|
body:
|
|
- type: input
|
|
id: rule_link
|
|
attributes:
|
|
label: Link to Rule
|
|
description: "Provide a link to the rule being recommended for deprecation."
|
|
placeholder: "https://github.com/elastic/detection-rules/tree/main/rules/..."
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: "Provide a detailed description of why the rule should be deprecated."
|
|
placeholder: "Detailed description..."
|