mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
0167649e6f
* auto label bug issue * nu config is obligatory * bug report defaults to question * feature request defaults to question * applied suggestions
22 lines
629 B
YAML
22 lines
629 B
YAML
name: Question
|
|
description: "When you have a question to ask"
|
|
labels: "question"
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Question
|
|
description: Leave your question here
|
|
placeholder: |
|
|
A clear and concise question
|
|
Example: Is there any equivalent of bash's $CDPATH in Nu?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context and details
|
|
description: Add any other context, screenshots or other media that will help us understand your question here, if needed.
|
|
validations:
|
|
required: false
|