Skip to content

Commit 3dce82c

Browse files
authored
Create 3_enhancement.yml
1 parent 913bd7e commit 3dce82c

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: 🚀 Enhancement Proposal
2+
description: This template is for suggesting enhancements or new features for the Processing website.
3+
labels: [enhancement]
4+
body:
5+
- type: dropdown
6+
id: labels
7+
attributes:
8+
label: Which area of the website does this enhancement relate to?
9+
description: You may select more than one..
10+
multiple: true
11+
options:
12+
- Accessibility
13+
- Books
14+
- Download
15+
- Examples
16+
- Homepage
17+
- Libraries
18+
- Reference
19+
- Translation
20+
- Tutorials
21+
- Other (specify if possible)
22+
- type: textarea
23+
attributes:
24+
label: Describe the enhancement
25+
description: A clear and concise description of what you want to improve or add to the Processing website.
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Why is this enhancement important?
31+
description: Explain why this enhancement is necessary or beneficial for the Processing community.
32+
validations:
33+
required: true
34+
- type: textarea
35+
attributes:
36+
label: Additional context
37+
description: Add any other context, mockups, or screenshots that help explain the proposal.
38+
validations:
39+
required: false

0 commit comments

Comments
 (0)