From cdd1602f799931b4162053f28f9b2a736fb5b9d9 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:16:05 +0800 Subject: [PATCH] chore: issue template wording --- .github/ISSUE_TEMPLATE/bug_report.yml | 30 +++++++++++----------- .github/ISSUE_TEMPLATE/feature_request.yml | 30 +++++++++++----------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0faeeac..c331538 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,21 +12,6 @@ body: - [Code of Conduct](https://github.com/alibaba/page-agent/blob/main/CODE_OF_CONDUCT.md) - [Contributing Guide](https://github.com/alibaba/page-agent/blob/main/CONTRIBUTING.md) - - type: checkboxes - id: community - attributes: - label: Community Communication / 社区沟通 - description: Confirm you will communicate respectfully and constructively / 确认将以礼貌、建设性的方式沟通 - options: - - label: I will be polite and respectful. / 我会保持礼貌与尊重。 - required: true - - label: I will share constructive, actionable suggestions. / 我会提供建设性、可行动的建议。 - required: true - - label: I have read the Code of Conduct. / 我已阅读行为准则。 - required: true - validations: - required: true - - type: textarea id: description attributes: @@ -59,3 +44,18 @@ body: placeholder: '0.0.0' validations: required: false + + - type: checkboxes + id: community + attributes: + label: Community Communication / 社区沟通 + description: Confirm you will communicate respectfully and constructively / 确认将以礼貌、建设性的方式沟通 + options: + - label: I will be polite and respectful. / 我会保持礼貌与尊重。 + required: true + - label: I will share constructive, actionable suggestions. / 我会提供建设性、可行动的建议。 + required: true + - label: I have read the Code of Conduct. / 我已阅读行为准则。 + required: true + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index cb57389..7fb00c3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,21 +12,6 @@ body: - [Code of Conduct](https://github.com/alibaba/page-agent/blob/main/CODE_OF_CONDUCT.md) - [Contributing Guide](https://github.com/alibaba/page-agent/blob/main/CONTRIBUTING.md) - - type: checkboxes - id: community - attributes: - label: Community Communication / 社区沟通 - description: Confirm you will communicate respectfully and constructively / 确认将以礼貌、建设性的方式沟通 - options: - - label: I will be polite and respectful. / 我会保持礼貌与尊重。 - required: true - - label: I will share constructive, actionable suggestions. / 我会提供建设性、可行动的建议。 - required: true - - label: I have read the CODE_OF_CONDUCT.md and CONTRIBUTING.md. / 我已阅读行为准则。 - required: true - validations: - required: true - - type: textarea id: description attributes: @@ -45,3 +30,18 @@ body: ``` validations: required: true + + - type: checkboxes + id: community + attributes: + label: Community Communication / 社区沟通 + description: Confirm you will communicate respectfully and constructively / 确认将以礼貌、建设性的方式沟通 + options: + - label: I will be polite and respectful. / 我会保持礼貌与尊重。 + required: true + - label: I will share constructive, actionable suggestions. / 我会提供建设性、可行动的建议。 + required: true + - label: I have read the CODE_OF_CONDUCT.md and CONTRIBUTING.md. / 我已阅读行为准则。 + required: true + validations: + required: true \ No newline at end of file