From e0349dc914485df9181f13a2ac816117d72504c9 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Tue, 22 Apr 2025 22:46:53 +0700 Subject: [PATCH] chore: fixing templates --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- .github/ISSUE_TEMPLATE/question.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 52de9322..f53cb4c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -26,8 +26,8 @@ body: placeholder: | 1. Open `Inbounds` page 2. ... - validations: - required: true + validations: + required: true - type: textarea id: expected-action diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index abd36204..cadc071b 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -6,5 +6,8 @@ labels: ["question"] body: - type: textarea id: question + attributes: + label: Question + placeholder: I have a question, ..., how can I solve it? validations: required: true