From 783afbe1c06056fbba1ec14a0bcbeccde014c463 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 16 Jul 2024 09:22:41 +0100 Subject: [PATCH] Use list format for bug report template placeholders (#7397) --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d6bce70dc7..2a193c1665 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -70,7 +70,10 @@ body: description: | Please provide the version number of your operating system (OS). If you're using Linux, please provide the name of the distribution. - placeholder: Windows 11, macOS 15, Ubuntu 24.04 + placeholder: | + - Windows 11 + - macOS 15 + - Ubuntu 24.04 validations: required: true @@ -83,9 +86,9 @@ body: Let us know the OS of the server/host/primary and the OS of the client/guest/secondary. This will help us understand how you're using Synergy. placeholder: | - Windows 11 server, macOS 15 client - Each computer has a single monitor - Windows is on the left, macOS is on the right + - Windows 11 server, macOS 15 client + - Each computer has a single monitor + - Windows is on the left, macOS is on the right validations: required: true