We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa56e7 commit deeb451Copy full SHA for deeb451
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -5,13 +5,18 @@ labels:
5
- enhancement
6
body:
7
- type: textarea
8
- id: problem
+ id: summary
9
attributes:
10
- label: Problem statement
11
- description: What user problem are you trying to solve?
12
- placeholder: A clear description of the problem.
+ label: Feature summary
+ description: What feature or improvement would you like to see?
+ placeholder: A clear description of the requested feature.
13
validations:
14
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.
20
21
id: proposal
22
0 commit comments