From 515b2a101aba71941af72da00258081465da3e64 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 18 Oct 2024 20:10:42 +0800 Subject: [PATCH] fix: issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 50c12b28..38965fcd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,7 +4,7 @@ body: - type: markdown attributes: value: | - ##在提交问题之前,请确保您完成以下操作 + ## 在提交问题之前,请确保您完成以下操作 1. 我确保 **提供 误触界面 的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则误触** 2. 我确保使用的是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest) 3. 检查这个问题是否属于 [本项目维护的规则](https://github.com/AIsouler/GKD_subscription) 导致的 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9d6aef3a..f75ff858 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,7 +4,7 @@ body: - type: markdown attributes: value: | - ##在提交问题之前,请确保您完成以下操作 + ## 在提交问题之前,请确保您完成以下操作 1. 我确保 **提供正确的快照(不要提供截图,截图没有任何作用)** 2. 我确保使用的是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest) 3. 我确保已阅读 [不予适配情况合集](https://github.com/AIsouler/GKD_subscription/issues/120)