Skip to content

Commit 964505a

Browse files
authored
Update 3_feature-request.yml
1 parent e24a275 commit 964505a

1 file changed

Lines changed: 41 additions & 31 deletions

File tree

Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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:
1+
fields:
2+
3+
- type: dropdown
4+
id: feature-area
5+
attributes:
6+
label: Relevant sub-area for this feature?
7+
description: Choose the sub-area most relevant to your feature request.
8+
multiple: true
9+
options:
810
- Accessibility
911
- Core/Environment/Rendering
1012
- PDE
@@ -22,27 +24,35 @@
2224
- Unit testing
2325
- Internationalization
2426
- 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 how this feature would benefit users or improve Processing.
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
27+
28+
- type: textarea
29+
id: feature-description
30+
attributes:
31+
label: Feature description
32+
description: Describe the feature in detail. Include how it should work and its intended impact.
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: benefits
38+
attributes:
39+
label: Benefits
40+
description: Outline how this feature would benefit users or improve Processing.
41+
validations:
42+
required: true
43+
44+
- type: textarea
45+
id: challenges
46+
attributes:
47+
label: Possible challenges
48+
description: Discuss any possible challenges or considerations in implementing this feature.
49+
validations:
50+
required: false
51+
52+
- type: textarea
53+
id: additional-context
54+
attributes:
55+
label: Additional context
56+
description: Provide any other information, links, or screenshots that could help illustrate the feature.
57+
validations:
58+
required: false

0 commit comments

Comments
 (0)