From 63d879404d07db51fa75655b912edce0e960969a Mon Sep 17 00:00:00 2001 From: Evan Date: Tue, 27 Dec 2022 11:58:14 +0900 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8bab1f8..31519a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: 报告问题 -about: Create a report to help us improve +about: 如果你不确定这是一个bug,请选择【请求帮助】 title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d936415..86850a7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: 想要新功能 -about: Suggest an idea for this project +about: 你有什么想要添加的新功能? title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index d6190a9..b6e3c6f 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: 请求帮助 -about: Create a report to help us improve +about: 如果你遇到了问题请先翻readme的`Q&A`部分和己关闭的`issue`。 title: '' labels: '' assignees: ''