From 51a28ae93f7a9ecab39d4561733cf65650b8bebb Mon Sep 17 00:00:00 2001 From: games647 Date: Wed, 30 Jun 2021 17:04:16 +0200 Subject: [PATCH] [CI-SKIP] Fix issue template syntax --- .github/ISSUE_TEMPLATE/bug_report.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 03699a4b..56d4be57 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,5 @@ name: 🐞 Bug Report description: Something isn't working, broken, not expected behavior -title: "" labels: [bug] body: - type: markdown @@ -15,7 +14,7 @@ body: attributes: label: What did you expect description: What behavior is expected? - - type: textare + - type: textarea attributes: label: Steps/models to reproduce description: The actions that cause the issues. Please explain it in detail.