From 1039e998dec525b622c66f72ad7eee6b8203e1b8 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 9 Feb 2025 11:47:36 +0800 Subject: [PATCH] Fix issue form template --- .github/ISSUE_TEMPLATE/3-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-test.yml b/.github/ISSUE_TEMPLATE/3-test.yml index d0ff86424..fd519f636 100644 --- a/.github/ISSUE_TEMPLATE/3-test.yml +++ b/.github/ISSUE_TEMPLATE/3-test.yml @@ -1,6 +1,6 @@ name: Issue (testing, DO NOT USE) description: for reporting any issue -title: "[Issue]: " +title: "[Issue] " labels: ["triage"] body: - type: checkboxes @@ -23,10 +23,10 @@ body: - 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." + ## 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. - type: textarea attributes: label: Issue description