From 5c98734f5689a96b7366ab579bdca31d0cd258cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6ran=20Karl?= <3951388+JoeKar@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:03:42 +0100 Subject: [PATCH] templates: Add feature template --- .github/ISSUE_TEMPLATE/02-feature.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/02-feature.yml diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml new file mode 100644 index 00000000..0a871cdd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -0,0 +1,11 @@ +name: Feature Request +description: File a feature request. +title: "" +labels: ["feature"] +body: +- type: textarea + attributes: + label: Description + description: Description of the feature. + validations: + required: true