49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
YAML
name: New Meta Issue
|
|
description: Meta Template for Sprint work
|
|
title: "[Meta] Name of Meta Issue"
|
|
labels: ["Meta", "Team: TRADE"]
|
|
assignees: []
|
|
projects: ["elastic/1268"]
|
|
|
|
body:
|
|
- type: input
|
|
id: parent_epic
|
|
attributes:
|
|
label: Epic Link
|
|
description: "Please link parent epic issue here if one exists and if not you can leave it blank."
|
|
placeholder: "https://github.com/elastic/detection-rules/issues/1234"
|
|
|
|
- type: textarea
|
|
id: meta_summary
|
|
attributes:
|
|
label: Meta Summary
|
|
description: Please provide a detailed explanation with what you are planning on doing, what you hope to accomplish and why this is important."
|
|
placeholder: "Detailed explanation..."
|
|
|
|
- type: input
|
|
id: estimated_time
|
|
attributes:
|
|
label: Estimated Time to Complete
|
|
description: "Provide an estimate of the time required to complete the tasks."
|
|
placeholder: "e.g., 2 weeks"
|
|
|
|
- type: textarea
|
|
id: potential_blockers
|
|
attributes:
|
|
label: Potential Blockers
|
|
description: "List any potential blockers that might impede progress."
|
|
placeholder: "- Potential blockers..."
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Tasking
|
|
value: "\n### Meta Tasks\n- [ ] Provide Week 1 Update Comment\n- [ ] Provide Week 2 Update or Closeout Comment\n"
|
|
render:
|
|
|
|
- type: textarea
|
|
id: potential_references
|
|
attributes:
|
|
label: Potential References
|
|
description: "List any references or resources used."
|
|
placeholder: "- Reference url..."
|