From 767cc16920e92140603d74f4924b19135e54bf24 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 2 Jun 2025 09:58:17 +0300 Subject: [PATCH] issue template fix --- .github/ISSUE_TEMPLATE/code_mistake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/code_mistake.md b/.github/ISSUE_TEMPLATE/code_mistake.md index 1c13438ffc..eee86d7ef8 100644 --- a/.github/ISSUE_TEMPLATE/code_mistake.md +++ b/.github/ISSUE_TEMPLATE/code_mistake.md @@ -13,7 +13,7 @@ A clear and concise description of the mistake or typo. **Location** Path of the file where the mistake is found. Paste the incorrect line or snippet if helpful. -****Suggested correction** +**Suggested correction** How it should be fixed. **Additional context**