Skip to content

Commit deeb451

Browse files
committed
fix: update issue template wording
1 parent cfa56e7 commit deeb451

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ labels:
55
- enhancement
66
body:
77
- type: textarea
8-
id: problem
8+
id: summary
99
attributes:
10-
label: Problem statement
11-
description: What user problem are you trying to solve?
12-
placeholder: A clear description of the problem.
10+
label: Feature summary
11+
description: What feature or improvement would you like to see?
12+
placeholder: A clear description of the requested feature.
1313
validations:
1414
required: true
15+
- type: textarea
16+
id: motivation
17+
attributes:
18+
label: Motivation (optional)
19+
description: Why is this useful? This can be a problem, workflow improvement, or other context.
1520
- type: textarea
1621
id: proposal
1722
attributes:

0 commit comments

Comments
 (0)