From 42a4a46dd9184b2bfc1d1fb4a489b81c69767e67 Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:53:20 +0200 Subject: [PATCH] Fix formatting for device information in bug report (#1038) Updated formatting for CPU and GPU fields in bug report template. --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3d8dfffe..25a52890 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,8 +26,8 @@ If applicable, add screenshots to help explain your problem. **Device (please complete the following information):** - OS: [e.g. Windows 11] - - CPU [e.g. Intel i7-1365U] - - GPU [e.g. Nvidia 5060 Ti] + - CPU: [e.g. Intel i7-1365U] + - GPU: [e.g. Nvidia 5060 Ti] **Additional context** Add any other context about the problem here.