From 62bc168184b237e9b21a32115fec501dc78e6749 Mon Sep 17 00:00:00 2001
From: Ryan Wang <i@ryanc.cc>
Date: Mon, 12 Aug 2024 16:22:53 +0800
Subject: [PATCH] chore: update github issue templates (#6457)

#### What type of PR is this?

None

#### What this PR does / why we need it:

Updated the issue template and added a reminder to disable all plugins to troubleshoot the problem.

#### Does this PR introduce a user-facing change?

```release-note
None
```
---
 .github/ISSUE_TEMPLATE/bug_report.en.yml | 1 +
 .github/ISSUE_TEMPLATE/bug_report.zh.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.en.yml b/.github/ISSUE_TEMPLATE/bug_report.en.yml
index 16d34d0ca..0ab1c8be0 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.en.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.en.yml
@@ -12,6 +12,7 @@ body:
 
         - You have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list.
         - This is an issue with the Halo project itself. If it is not an issue with the project itself(For example: Installation and deployment issues.), it is recommended to submit it in the [Discussions](https://github.com/halo-dev/halo/discussions).
+        - You have tried disabling all plugins to rule out plugins as the cause of the problem.
         - If it is an issue with plugins and themes, please submit it in the respective plugin and theme repositories.
   - type: markdown
     id: environment
diff --git a/.github/ISSUE_TEMPLATE/bug_report.zh.yml b/.github/ISSUE_TEMPLATE/bug_report.zh.yml
index 7d14ce7e9..0cc3f6b44 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.zh.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.zh.yml
@@ -12,6 +12,7 @@ body:
 
         - 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。
         - 这是 Halo 项目本身存在的问题,如果是非项目本身的问题(如:安装部署问题),建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。
+        - 已经尝试过停用所有的插件,排除是插件导致的问题。
         - 如果是插件和主题的问题,请在对应的插件和主题仓库提交。
   - type: markdown
     id: environment