From 11ab9428938a6ecbd8d308d6d552d767db6046cc Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Wed, 26 Jun 2024 09:59:01 +0200 Subject: [PATCH] gitlab: Small change on bug template [why] Make sure the examples are understood correctly and add some more info. Signed-off-by: Fini Jastrow --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dda6246cf..eb9e5b981 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,7 +33,7 @@ body: - type: input attributes: label: Source of Font File - placeholder: Link if downloaded, self-patched, or source. + placeholder: Link (if downloaded), self-patched, or source. - type: input attributes: @@ -43,9 +43,11 @@ body: - type: input attributes: label: Operating System and Version - placeholder: Specify OS (e.g., macOS 12.3, Ubuntu 22.04, Windows 11). + placeholder: Specify OS (e.g., macOS 14.5, Ubuntu 24.04, Windows 11). - type: textarea attributes: - label: ★ Screenshots - description: Include any other relevant details or screenshots here. + label: Screenshots + description: | + Include any other relevant details or screenshots here. + Screenshots help tremendously. Try to include the title of terminal windows and possibly settings dialogues.