From 4f04c94f55554347425084fee9b7880a9a68c91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Fri, 16 Aug 2024 18:53:54 +0200 Subject: [PATCH] Create 3_feature-request.yml --- .github/ISSUE_TEMPLATE/3_feature-request.yml | 48 ++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3_feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml new file mode 100644 index 000000000..d210f4afb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -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