25 lines
982 B
YAML
25 lines
982 B
YAML
name: Feature or enhancement request
|
|
description: File a request for a feature or enhancement
|
|
title: "[Request]: "
|
|
type: "Feature"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for contributing to the containerization project!
|
|
- type: textarea
|
|
id: request
|
|
attributes:
|
|
label: Feature or enhancement request details
|
|
description: Describe your proposed feature or enhancement. Code samples that show what's missing, or what new capabilities will be possible, are very helpful! Provide links to existing issues or external references/discussions, if appropriate.
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/apple/.github/blob/main/CODE_OF_CONDUCT.md).
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|