Skip to content

Commit e7372c2

Browse files
authored
Update 2_enhancement.yml
1 parent 795544d commit e7372c2

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 💡 Existing Feature Enhancement
22
description: Suggest an improvement for an existing feature of Processing.
33
labels: [enhancement]
44
body:
5+
56
- type: dropdown
67
id: feature-area
78
attributes:
@@ -28,30 +29,35 @@ body:
2829
- Other (specify if possible)
2930
validations:
3031
required: true
32+
3133
- type: input
3234
attributes:
3335
label: Feature to enhance
3436
description: Which existing feature of Processing would be improved by this enhancement?
3537
validations:
3638
required: true
39+
3740
- type: textarea
3841
attributes:
3942
label: Desired enhancement
40-
description: Describe the improvement you'd like to see with that existing feature
43+
description: Describe the improvement youd like to see with that existing feature
4144
validations:
4245
required: true
46+
4347
- type: textarea
4448
attributes:
4549
label: Potential benefits
4650
description: Explain how this enhancement could benefit users or improve Processing.
4751
validations:
48-
required: true
52+
required: false
53+
4954
- type: textarea
5055
attributes:
5156
label: Possible drawbacks
5257
description: Consider any possible drawbacks or challenges related to the implementation of this enhancement.
5358
validations:
5459
required: false
60+
5561
- type: textarea
5662
attributes:
5763
label: Additional context

0 commit comments

Comments
 (0)