From 9d3043fde7309e71369a79a530db8b5afcbc4ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Luk=C3=A1=C5=A1?= Date: Thu, 5 Mar 2026 10:04:13 +0100 Subject: [PATCH] Fix assignee name in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fbf6f4ed..1f2e6461 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,7 @@ name: 🐛 Bug Report description: File a bug report to help us squash errors. title: "[Bug]: " labels: ["bug"] -assignees: [onrej-lukas] +assignees: [ondrej-lukas] body: - type: markdown