From f76aa2990f8d9de6961434441a0ba74c84384861 Mon Sep 17 00:00:00 2001 From: David Lev <42866208+david-lev@users.noreply.github.com> Date: Tue, 11 Aug 2026 15:17:40 +0300 Subject: [PATCH 1/2] [github] remove the `validations` attributes --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++---- .github/ISSUE_TEMPLATE/feature_request.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5ede05bd..7d07e784 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,16 +13,14 @@ body: label: Short summary description: One-line summary of the bug placeholder: e.g. Sending a message fails with 500 - validations: - required: true + required: true - type: textarea id: steps attributes: label: Steps to reproduce description: Provide step-by-step instructions to reproduce the bug placeholder: 1) ...\n2) ...\n3) ... - validations: - required: true + required: true - type: textarea id: expected attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1ce1d365..36486f02 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -11,15 +11,13 @@ body: id: summary attributes: label: Short summary - validations: - required: true + required: true - type: textarea id: problem attributes: label: Problem to solve description: Describe the problem or pain point this feature would address - validations: - required: true + required: true - type: textarea id: solution attributes: From 6b860e50d12ebdea12e1f7972873e6e41d760306 Mon Sep 17 00:00:00 2001 From: David Lev <42866208+david-lev@users.noreply.github.com> Date: Tue, 11 Aug 2026 15:49:56 +0300 Subject: [PATCH 2/2] [github] add validations to bug and feature request templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7d07e784..9fa63a02 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,6 +13,7 @@ body: label: Short summary description: One-line summary of the bug placeholder: e.g. Sending a message fails with 500 + validations: required: true - type: textarea id: steps @@ -20,6 +21,7 @@ body: label: Steps to reproduce description: Provide step-by-step instructions to reproduce the bug placeholder: 1) ...\n2) ...\n3) ... + validations: required: true - type: textarea id: expected diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 36486f02..abed57d5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -11,12 +11,14 @@ body: id: summary attributes: label: Short summary + validations: required: true - type: textarea id: problem attributes: label: Problem to solve description: Describe the problem or pain point this feature would address + validations: required: true - type: textarea id: solution