Skip to content

Commit 2e600ca

Browse files
committed
Tune feature issue template
1 parent 9368dca commit 2e600ca

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,32 @@ body:
55
id: problem
66
attributes:
77
label: Problem Statement
8-
description: What problem could nvim-dap solve that it doesn't?
9-
placeholder: |-
10-
I want nvim-dap to immediately jump to the bug, skipping the pesky debugging steps.
8+
description: Describe your problem
119
validations:
1210
required: true
1311
- type: textarea
1412
id: expected
1513
attributes:
16-
label: Ideas or possible solutions
17-
description: Share your ideas about potential solutions
14+
label: Possible Solutions
15+
description: |-
16+
Describe how a solution could look like.
17+
18+
Please focus on how you'd use the feature, this isn't about
19+
implementation details.
1820
placeholder: |-
1921
🤷
2022
validations:
2123
required: false
24+
- type: textarea
25+
id: alternatives
26+
attributes:
27+
label: Considered Alternatives
28+
description: |-
29+
If you tried alternatives and they didn't work or were insufficient,
30+
please mention them here.
31+
validations:
32+
required: false
2233
- type: markdown
2334
attributes:
2435
value: |-
2536
## Thanks 🙏
26-
validations:
27-
required: false

0 commit comments

Comments
 (0)