From 6251a4bbd41e95a23a688079a19aa34931642e30 Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Mon, 4 Mar 2024 17:39:02 +0800 Subject: [PATCH] Add pre-check for issue template (#13823) --- .github/ISSUE_TEMPLATE/1-bug.yml | 9 +++++++-- .github/ISSUE_TEMPLATE/2-feature.yml | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index ede92feb8b..7391050bd5 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -21,9 +21,10 @@ title: "[Bug] " labels: ["status/need-triage"] projects: ["apache/337"] body: -- type: markdown +- type: checkboxes attributes: - value: | + label: Pre-check + description: > Dubbo logo Thank you for finding the time to report the problem! We really appreciate the community efforts to improve Dubbo. @@ -37,6 +38,10 @@ body: **Dubbo is open for world wide collaboration, please make sure that all the content you provide is in English.** Remember that non-English issues is quite not friendly for everyone, and might unable to get the response! + options: + - label: > + I am sure that all the content I provide is in English. + required: true - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml index 87331b4e2e..627ec2d93e 100644 --- a/.github/ISSUE_TEMPLATE/2-feature.yml +++ b/.github/ISSUE_TEMPLATE/2-feature.yml @@ -21,9 +21,10 @@ title: "[Feature] " labels: ["status/need-triage"] projects: ["apache/337"] body: -- type: markdown +- type: checkboxes attributes: - value: | + label: Pre-check + description: > Dubbo logo Thank you for finding the time to propose new feature! @@ -32,6 +33,10 @@ body: **Dubbo is open for world wide collaboration, please make sure that all the content you provide is in English.** Remember that non-English issues is quite not friendly for everyone, and might unable to get the response! + options: + - label: > + I am sure that all the content I provide is in English. + required: true - type: checkboxes attributes: