Skip to content

Commit fd83177

Browse files
committed
cicd: simplify the feature request template
1 parent 6a557cb commit fd83177

File tree

1 file changed

+9
-34
lines changed

1 file changed

+9
-34
lines changed

.github/ISSUE_TEMPLATE/02_feature_request.yml

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -21,54 +21,29 @@ body:
2121
required: true
2222

2323
- type: textarea
24-
id: problem
24+
id: summary
2525
attributes:
26-
label: Problem Statement
27-
description: What problem does this feature solve?
26+
label: Feature Summary
27+
description: What feature would you like to see?
2828
placeholder: |
29-
Describe the problem or use case this addresses...
29+
A brief description of the feature you're requesting...
3030
validations:
3131
required: true
3232

3333
- type: textarea
34-
id: solution
34+
id: example
3535
attributes:
36-
label: Proposed Solution
37-
description: How would you solve this problem?
36+
label: Example
37+
description: How would this look to the end user?
3838
placeholder: |
39-
Describe your proposed solution...
39+
Show an example of how this would work or what the user would see/do...
4040
validations:
4141
required: true
4242

43-
- type: textarea
44-
id: alternatives
45-
attributes:
46-
label: Alternatives Considered
47-
description: What other approaches have you considered?
48-
validations:
49-
required: false
50-
51-
- type: checkboxes
52-
id: breaking_change
53-
attributes:
54-
label: Would this be a breaking change?
55-
options:
56-
- label: This change would break existing functionality
57-
required: false
58-
59-
- type: checkboxes
60-
id: contribution
61-
attributes:
62-
label: Contribution
63-
description: Are you willing to help implement this feature?
64-
options:
65-
- label: I am willing to submit a PR for this feature
66-
required: false
67-
6843
- type: textarea
6944
id: additional
7045
attributes:
7146
label: Additional Context
7247
description: Any other relevant information about this feature request
7348
validations:
74-
required: false
49+
required: false

0 commit comments

Comments
 (0)