Skip to content

Commit 3310164

Browse files
authored
Create 2_enhancement.yml
1 parent e6580c5 commit 3310164

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
- type: dropdown
2+
id: feature-area
3+
attributes:
4+
label: Most relevant area for this enhancement?
5+
description: Choose the most relevant area for the proposed feature or improvement.
6+
multiple: false
7+
options:
8+
- Accessibility
9+
- Core/Environment/Rendering
10+
- PDE
11+
- Data
12+
- Events
13+
- Image
14+
- IO
15+
- Math
16+
- Typography
17+
- Utilities
18+
- OpenGL
19+
- Contributions Manager
20+
- Export
21+
- Build process
22+
- Unit testing
23+
- Internationalization
24+
- Other (specify if possible)
25+
- type: input
26+
attributes:
27+
label: Desired enhancement
28+
description: Describe the improvement you'd like to see with that existing feature
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Potential benefits
34+
description: Explain how this enhancement could benefit users or improve Processing.
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: Possible drawbacks
40+
description: Consider any possible drawbacks or challenges related to the implementation of this feature.
41+
validations:
42+
required: false
43+
- type: textarea
44+
attributes:
45+
label: Additional context
46+
description: Add any other context or screenshots about the feature request here.
47+
validations:
48+
required: false

0 commit comments

Comments
 (0)