From 84719e46df99fd55b8ed6db2dceca0e7f28b1a9b Mon Sep 17 00:00:00 2001 From: Twaik Yont Date: Thu, 17 Oct 2024 17:18:14 +0300 Subject: [PATCH] enhance(issue_template): highlight a note about not posting unrelated stuff --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index eecf67014..af4ce8d27 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -6,9 +6,10 @@ body: - type: markdown attributes: value: | - This is a bug tracker of the PRoot Distro - a Bash script utility for managing distribution rootfs for use with PRoot. - - **!!! DO NOT REPORT ISSUES ABOUT NETWORKING, CRASHES, BLACK SCREENS, BROKEN WINE AND SO ON. THEY WILL BE IGNORED !!! Only bugs related to `proot-distro` shell script implementation will be accepted.** + > [!IMPORTANT] + > ### This is a bug tracker of the PRoot Distro - a Bash script utility for managing distribution rootfs for use with PRoot. + > + > ### **!!! DO NOT REPORT ISSUES ABOUT NETWORKING, CRASHES, BLACK SCREENS, BROKEN WINE AND SO ON. THEY WILL BE IGNORED !!! Only bugs related to `proot-distro` shell script implementation will be accepted.** - type: textarea attributes: label: Problem description