From 5991130b6f9ca6c799d78fa6260af06553824729 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sat, 4 Mar 2023 17:43:56 +0400 Subject: [PATCH] Try to make important tips more noticeable in the bug report template --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 77a181baf8..92d895c318 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -34,7 +34,7 @@ body: label: Operating system description: > Your operating system name, version and desktop environment. - Please don't use kernel version (uname), it's useless. + **Don't use kernel version (uname), it's useless.** validations: required: true - type: input @@ -42,9 +42,9 @@ body: label: Version of Telegram Desktop description: > Please note we don't support versions from Linux distro repositories. - If you need support for these versions, please contact your distro maintainer + If you need support for these versions, **please contact your distro maintainer** or your distro bugtracker. - Don't use 'latest', specify actual version, that's a reason to close your issue. + **Don't use 'latest'**, specify actual version, **that's a reason to close your issue**. validations: required: true - type: dropdown