From 31e545c650d266eebcf9d7d3bcd48053bb51b872 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 9 Feb 2025 11:50:25 +0800 Subject: [PATCH] Fix issue form template --- .github/ISSUE_TEMPLATE/3-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-test.yml b/.github/ISSUE_TEMPLATE/3-test.yml index fd519f636..a3bf20dd2 100644 --- a/.github/ISSUE_TEMPLATE/3-test.yml +++ b/.github/ISSUE_TEMPLATE/3-test.yml @@ -5,7 +5,7 @@ labels: ["triage"] body: - type: checkboxes attributes: - label: Before you submit + label: v1.1 Before you submit options: - label: I have read the [Troubleshooting](https://end-4.github.io/dots-hyprland-wiki/en/i-i/04troubleshooting/) and [Usage](https://end-4.github.io/dots-hyprland-wiki/en/i-i/02usage/) pages required: true @@ -20,10 +20,11 @@ body: validations: required: true + - type: markdown + attributes: "## The issue" - type: markdown attributes: value: | - ## The issue Describe your problem below. 1. Use `LANG=C LC_ALL=C` to get the output of a command in English, eg. `LANG=C LC_ALL=C date` displays time in English. 2. If it throws errors, **PLEASE**, attach logs and describe in detail if possible.