windows_on_docker/.github/ISSUE_TEMPLATE/2-feature.yml

45 lines
1.4 KiB
YAML
Raw Normal View History

2024-04-17 15:59:30 +00:00
name: "\U0001F680 Feature request"
description: Suggest an idea for improving the container
2024-04-17 16:34:23 +00:00
title: "[Feature]: "
2024-04-17 15:59:30 +00:00
labels: ["enhancement"]
body:
2024-04-26 14:49:21 +00:00
- type: checkboxes
attributes:
2024-05-15 22:53:55 +00:00
label: Is there no existing feature request for this?
description: Please search to see if the feature was not already requested before.
2024-04-26 14:49:21 +00:00
options:
- label: I have searched the existing feature requests
required: true
2024-04-17 15:59:30 +00:00
- type: textarea
id: problem
attributes:
label: Is your proposal related to a problem?
description: |
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like.
description: |
Provide a clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered.
description: |
Let us know about other solutions you've tried or researched.
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context
description: |
Is there anything else you can add about the proposal?
You might want to link to related issues here, if you haven't already.