mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Create 3_feature-request.yml
This commit is contained in:
committed by
GitHub
parent
3310164229
commit
4f04c94f55
@@ -0,0 +1,48 @@
|
||||
- type: dropdown
|
||||
id: feature-area
|
||||
attributes:
|
||||
label: Relevant sub-area for this feature?
|
||||
description: Choose the sub-area most relevant to your feature request.
|
||||
multiple: true
|
||||
options:
|
||||
- Accessibility
|
||||
- Core/Environment/Rendering
|
||||
- PDE
|
||||
- Data
|
||||
- Events
|
||||
- Image
|
||||
- IO
|
||||
- Math
|
||||
- Typography
|
||||
- Utilities
|
||||
- OpenGL
|
||||
- Contributions Manager
|
||||
- Export
|
||||
- Build process
|
||||
- Unit testing
|
||||
- Internationalization
|
||||
- Other (specify if possible)
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Feature description
|
||||
description: Describe the feature in detail. Include how it should work and its intended impact.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Benefits
|
||||
description: Outline the potential benefits this feature would offer to the Processing community.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Possible challenges
|
||||
description: Discuss any possible challenges or considerations in implementing this feature.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Provide any other information, links, or screenshots that could help illustrate the feature.
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user