mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 02:13:47 +01:00
35 lines
1.4 KiB
YAML
35 lines
1.4 KiB
YAML
name: Feature Request
|
|
description: "When you want a new feature for something that doesn't already exist"
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Related problem
|
|
description: Thank you for your feature request. We are working diligently with our community to integrate our latest code base that we call [engine-q](https://github.com/nushell/engine-q). We would like your help with this by checking to see if this feature request is still needed in engine-q. Thank you for your patience while we ready the next version of nushell.
|
|
placeholder: |
|
|
A clear and concise description of what the problem is.
|
|
Example: I am trying to do [...] but [...]
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: desired
|
|
attributes:
|
|
label: "Describe the solution you'd like"
|
|
description: 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: "A clear and concise description of any alternative solutions or features you've considered."
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context and details
|
|
description: Add any other context or screenshots about the feature request here.
|
|
validations:
|
|
required: false
|