From 9d7c2215de41f32ac23fe1171d2e3c2df382a673 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Tue, 22 Apr 2025 23:21:41 +0700 Subject: [PATCH] fix: elimination of minor defects --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- .github/ISSUE_TEMPLATE/question.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 77c66cf1..7ffbad7a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -35,5 +35,5 @@ body: label: Checklist description: Please check all the checkboxes options: - - label: This bug report is written entirely in English. + - label: This feature report is written entirely in English. required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index dcabf78c..0021f6bd 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -18,5 +18,5 @@ body: label: Checklist description: Please check all the checkboxes options: - - label: This bug report is written entirely in English. + - label: This question is written entirely in English. required: true