From 232af56c6a5554126ed47a07cbd2f5c3edc5a844 Mon Sep 17 00:00:00 2001 From: abgox Date: Mon, 16 Sep 2024 19:55:16 +0800 Subject: [PATCH] chore(github): update issues templates --- .github/ISSUE_TEMPLATE/bug-report-CN.yml | 4 +++- .github/ISSUE_TEMPLATE/bug-report.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-CN.yml b/.github/ISSUE_TEMPLATE/bug-report-CN.yml index 1d4b79c..50fc59a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-CN.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-CN.yml @@ -12,8 +12,10 @@ body: - label: 你正在使用 PSCompletions 的最新版本。 required: true - label: 你已经阅读了项目的 README 文件。 + required: true + - label: 你已经在 [Issues](https://github.com/abgox/PSCompletions/issues) 中搜索了相关问题。 + required: true - label: 你已经查看了 https://pscompletions.pages.dev/ - - label: 你已经在 [Issues](https://github.com/abgox/PSCompletions/issues) 中搜索相关问题。 - type: dropdown id: powershell-version attributes: diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d6866ff..cf7b7dc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -12,8 +12,10 @@ body: - label: You are using the latest version of PSCompletions. required: true - label: You have read this repository's README file. - - label: You have visit https://pscompletions.pages.dev/ + required: true - label: You have search for related issues in [Issues](https://github.com/abgox/PSCompletions/issues). + required: true + - label: You have visit https://pscompletions.pages.dev/ - type: dropdown id: powershell-version attributes: