From 800161b0f10de3b154ea2eee808b55e0ba4df31f Mon Sep 17 00:00:00 2001 From: Dawid Lech Socha <151644314+Day-fit@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:48:37 +0100 Subject: issues: fix typo in issue description template (#943) --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index e7867e1..b767104 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -44,7 +44,7 @@ body: - type: textarea attributes: label: "Step 3. Describe the issue" - value: "\n\n\n
Logs\n\n```\n\n```\n\n
" + value: "\n\n\n
Logs\n\n```\n\n```\n\n
" validations: required: true -- cgit v1.2.3-freya