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

46 lines
1.6 KiB
YAML

name: Feature Request
description: 'Suggest an idea for this repository (Note: this does not include rule logic).'
title: "[FR] "
labels: ["enhancement", "Team: TRADE"]
assignees: []
projects: ["elastic/1268"]
body:
- type: dropdown
id: feature
attributes:
label: Repository Feature
options:
- Core Repo - (rule management, validation, testing, lib, cicd, etc.)
- Detections-as-Code (DaC) - (primarily custom rule management)
- Hunting Library - (hunt query and markdown generation)
- other - explain
- type: textarea
id: problem_description
attributes:
label: Problem Description
description: "Is your feature request related to a problem? Please describe it clearly and concisely. Ex. I'm always frustrated when [...]"
placeholder: "Describe the problem..."
- 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..."