From 10e73be7146d6b6d80777016bdc4ddb810cf56a7 Mon Sep 17 00:00:00 2001 From: Parsaabasi Date: Fri, 25 Jul 2025 12:49:46 +0200 Subject: [PATCH] feat(github): Update template type --- .github/ISSUE_TEMPLATE/Issue-report.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Issue-report.yml b/.github/ISSUE_TEMPLATE/Issue-report.yml index a16a6ae3d44..864ef65b92b 100644 --- a/.github/ISSUE_TEMPLATE/Issue-report.yml +++ b/.github/ISSUE_TEMPLATE/Issue-report.yml @@ -80,6 +80,17 @@ body: - other validations: required: true + - type: dropdown + id: type + attributes: + label: Type + description: How would you define the type of the issue? Please select from the types below. + options: + - Task + - Bug + - Question + validations: + required: true - type: input id: IDE attributes: