From 18daf31211eaba8ea7108263a938c6672e4c036a Mon Sep 17 00:00:00 2001 From: Parsaabasi Date: Tue, 29 Jul 2025 14:22:58 +0200 Subject: [PATCH] fix(github-template): indentation --- .github/ISSUE_TEMPLATE/Issue-report.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Issue-report.yml b/.github/ISSUE_TEMPLATE/Issue-report.yml index 864ef65b92b..e1c13413764 100644 --- a/.github/ISSUE_TEMPLATE/Issue-report.yml +++ b/.github/ISSUE_TEMPLATE/Issue-report.yml @@ -81,14 +81,14 @@ body: 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 + 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