This is an automated email from the ASF dual-hosted git repository. jimin pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push: new 01a839f92b optimize: add contribution intention check box to issue template (#7466) 01a839f92b is described below commit 01a839f92b3533272d5297a9386e4c2eec1c4bcf Author: YoWuwuuuw <2216348...@qq.com> AuthorDate: Sun Jun 29 13:40:35 2025 +0800 optimize: add contribution intention check box to issue template (#7466) --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 9 ++++++--- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 11 +++++++++++ changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 1 + 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 0c969c85b0..da2f92ec66 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -27,9 +27,12 @@ body: attributes: label: Check Ahead options: - - label: > - I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. - required: true + - label: > + I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. + required: true + - label: > + I am willing to try to fix this bug myself. + required: false - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 1f771990c1..6b91a50c51 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -19,6 +19,17 @@ name: Feature Request description: Suggest an idea for Seata body: +- type: checkboxes + attributes: + label: Check Ahead + options: + - label: > + I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. + required: true + - label: > + I am willing to try to implement this feature myself. + required: false + - type: markdown attributes: value: | diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 82bf768c35..6b0e7e7f57 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -62,6 +62,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7426](https://github.com/apache/incubator-seata/pull/7426)] add some license header - [[#7450](https://github.com/apache/incubator-seata/pull/7450)] Apply Spotless to the entire codebase - [[#7456](https://github.com/apache/incubator-seata/pull/7456)] Druid SQL parser throws ParserException for unsupported REPLACE statement +- [[#7466](https://github.com/apache/incubator-seata/pull/7466)] add contribution intention check box to issue template - [[#7478](https://github.com/apache/incubator-seata/pull/7478)] metrics add retry status - [[#7483](https://github.com/apache/incubator-seata/pull/7483)] change the value of retryDeadThreshold to 70 seconds diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 2b7cf93f59..145279ed99 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -61,6 +61,7 @@ - [[#7426](https://github.com/apache/incubator-seata/pull/7426)] 添加 license header - [[#7450](https://github.com/apache/incubator-seata/pull/7450)] 将 Spotless 应用于整个代码库 - [[#7456](https://github.com/apache/incubator-seata/pull/7456)] Druid SQL 解析器因不支持的 REPLACE 语句而抛出 ParserException +- [[#7466](https://github.com/apache/incubator-seata/pull/7466)] 在 issue 模板中添加贡献意向勾选框 - [[#7478](https://github.com/apache/incubator-seata/pull/7478)] 增加处于重试状态的数据采集 - [[#7483](https://github.com/apache/incubator-seata/pull/7483)] 将retryDeadThreshold改为70秒 --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org