From 61d42283740a262102ffc6c12e98fc393973be10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0nan=C3=A7=20G=C3=BCm=C3=BC=C5=9F?= Date: Wed, 2 Oct 2024 14:26:31 -0400 Subject: [PATCH] Fix the team issue template `Description` should be `description` --- .github/ISSUE_TEMPLATE/team_issues.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/team_issues.yaml b/.github/ISSUE_TEMPLATE/team_issues.yaml index 22c2982ee..f0319b505 100644 --- a/.github/ISSUE_TEMPLATE/team_issues.yaml +++ b/.github/ISSUE_TEMPLATE/team_issues.yaml @@ -17,7 +17,7 @@ body: - type: textarea attributes: label: How? - Description: Do you have any suggestions/solutions for solving the issue? + description: Do you have any suggestions/solutions for solving the issue? validations: required: false - type: textarea