Skip to content

Commit 0bb8e7c

Browse files
authored
Remove suggested solution from PR template (#9401)
The problem statement is more interesting than the solution
1 parent e89912c commit 0bb8e7c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ body:
1616
placeholder: I am hoping to be able to ...
1717
validations:
1818
required: true
19-
- type: textarea
20-
id: suggested-solution
21-
attributes:
22-
label: Suggested solution
23-
description: 'What new feature or behavior would you like to see that would solve your problem? If possible, please provide an example of how the new feature would be used, or how the user experience would change. Thanks!'
24-
validations:
25-
required: true
2619
- type: checkboxes
2720
id: will-submit-pr
2821
attributes:
@@ -37,7 +30,7 @@ body:
3730
id: alternative
3831
attributes:
3932
label: Alternatives
40-
description: "Alternative solutions or features you've considered."
33+
description: "Alternatives you've considered."
4134
- type: textarea
4235
id: additional-context
4336
attributes:

0 commit comments

Comments
 (0)