26 lines
669 B
YAML
26 lines
669 B
YAML
name: Feature request
|
|
description: Suggest an idea for containerd
|
|
labels: kind/feature
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the problem you're trying to solve
|
|
description: |
|
|
A clear and concise description of what the problem is.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: |
|
|
A clear and concise description of what you'd like to happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: |
|
|
Add any other context about the feature request here.
|