From 3b1d1d33b8d82b38d52ef9bb4af76c4b3f09344a Mon Sep 17 00:00:00 2001 From: oldme <45782393+oldme-git@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:37:57 +0800 Subject: [PATCH] other: update some issue templates (#3544) --- .github/ISSUE_TEMPLATE/00-bug.yml | 4 ++++ .github/ISSUE_TEMPLATE/01-enhance.yml | 4 ++++ .github/ISSUE_TEMPLATE/02-feature.yml | 4 ++++ .github/ISSUE_TEMPLATE/03-question.yml | 11 ++++++++++- 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/00-bug.yml b/.github/ISSUE_TEMPLATE/00-bug.yml index e4f6d109c..cd7822777 100644 --- a/.github/ISSUE_TEMPLATE/00-bug.yml +++ b/.github/ISSUE_TEMPLATE/00-bug.yml @@ -11,6 +11,10 @@ body: attributes: value: | Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your problem. + + The issue title uses the format of the package name goes before the colon. Thanks! + + 标题使用包名在冒号前的格式!谢谢! - type: input id: go-version diff --git a/.github/ISSUE_TEMPLATE/01-enhance.yml b/.github/ISSUE_TEMPLATE/01-enhance.yml index 327f64036..01ea5ce81 100644 --- a/.github/ISSUE_TEMPLATE/01-enhance.yml +++ b/.github/ISSUE_TEMPLATE/01-enhance.yml @@ -11,6 +11,10 @@ body: attributes: value: | Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your problem. + + The issue title uses the format of the package name goes before the colon. Thanks! + + 标题使用包名在冒号前的格式!谢谢! - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml index 43a5394e3..85df33bb1 100644 --- a/.github/ISSUE_TEMPLATE/02-feature.yml +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -11,6 +11,10 @@ body: attributes: value: | Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your problem. + + The issue title uses the format of the package name goes before the colon. Thanks! + + 标题使用包名在冒号前的格式!谢谢! - type: dropdown id: is-problem diff --git a/.github/ISSUE_TEMPLATE/03-question.yml b/.github/ISSUE_TEMPLATE/03-question.yml index 9735bb2ad..703fd6115 100644 --- a/.github/ISSUE_TEMPLATE/03-question.yml +++ b/.github/ISSUE_TEMPLATE/03-question.yml @@ -7,10 +7,19 @@ labels: - question body: + - type: markdown + attributes: + value: | + Please read the document carefully. 请先仔细阅读文档 + + The issue title uses the format of the package name goes before the colon. Thanks! + + 标题使用包名在冒号前的格式!谢谢! + - type: textarea id: ask attributes: label: "What do you want to ask?" - description: "Please read the document carefully. 请先仔细阅读文档" + description: "Please describe the details of your questions. 请详细描述你的问题。" validations: required: true