Skip to content

Commit 4f04c94

Browse files
authored
Create 3_feature-request.yml
1 parent 3310164 commit 4f04c94

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: Relevant sub-area for this feature?
5+
description: Choose the sub-area most relevant to your feature request.
6+
multiple: true
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: textarea
26+
attributes:
27+
label: Feature description
28+
description: Describe the feature in detail. Include how it should work and its intended impact.
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Benefits
34+
description: Outline the potential benefits this feature would offer to the Processing community.
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: Possible challenges
40+
description: Discuss any possible challenges or considerations in implementing this feature.
41+
validations:
42+
required: false
43+
- type: textarea
44+
attributes:
45+
label: Additional context
46+
description: Provide any other information, links, or screenshots that could help illustrate the feature.
47+
validations:
48+
required: false

0 commit comments

Comments
 (0)