mirror of
https://github.com/containers/youki
synced 2025-11-09 18:38:43 +01:00
* Add issue templates This adds Bug report and Feature request issue templates. Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * Change the templates to forms Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> --------- Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
name: Feature Request
|
|
description: Suggest an idea for this project
|
|
title: "[FEATURE]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Thank you for creating a feature request!
|
|
- type: textarea
|
|
id: background
|
|
attributes:
|
|
label: Background
|
|
description: Please add required background information for this request
|
|
placeholder: I'm working on a project where...
|
|
- type: textarea
|
|
id: request
|
|
attributes:
|
|
label: Feature Request
|
|
description: Description of the feature you are requesting
|
|
placeholder: I'm proposing that youki should...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: problem-desc
|
|
attributes:
|
|
label: Is the request related to some problem running youki?
|
|
description: A clear and concise description of what the problem is.
|
|
placeholder: I'm always frustrated when [...]
|
|
- type: textarea
|
|
id: expectations
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: A clear and concise description of what you want to happen.
|
|
placeholder: Youki should ....
|
|
- type: textarea
|
|
id: considerations
|
|
attributes:
|
|
label: Considerations
|
|
description: A clear and concise description of any alternative solutions, features and issues you've considered.
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Please add any additional context or screenshots here.
|