Skip to content

Commit 88b141d

Browse files
authored
Update 2_enhancement.yml
1 parent 044a46e commit 88b141d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
name: 💡 Existing Feature Enhancement
2+
description: Suggest an improvement for an existing feature of Processing.
3+
labels: [enhancement]
4+
body:
5+
16
- type: dropdown
27
id: feature-area
38
attributes:
@@ -22,24 +27,28 @@
2227
- Unit testing
2328
- Internationalization
2429
- Other (specify if possible)
30+
2531
- type: input
2632
attributes:
2733
label: Desired enhancement
2834
description: Describe the improvement you'd like to see with that existing feature
2935
validations:
3036
required: true
37+
3138
- type: textarea
3239
attributes:
3340
label: Potential benefits
3441
description: Explain how this enhancement could benefit users or improve Processing.
3542
validations:
3643
required: true
44+
3745
- type: textarea
3846
attributes:
3947
label: Possible drawbacks
4048
description: Consider any possible drawbacks or challenges related to the implementation of this enhancement.
4149
validations:
4250
required: false
51+
4352
- type: textarea
4453
attributes:
4554
label: Additional context

0 commit comments

Comments
 (0)