mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
4c4c1f6147
as can be seen [here](https://github.com/nushell/nushell/labels?q=needs-), i've created the `needs-triage` and `needs-core-team-attention` labels. in this PR, i made the `needs-triage` a default label to all the issue templates 😋
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
name: Feature Request
|
|
description: "When you want a new feature for something that doesn't already exist"
|
|
labels: ["needs-triage", "enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Related problem
|
|
description: Thank you for your feature request.
|
|
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
|