From ab2d7596f9576dea885d5536ff167664dd2301ee Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 15 Aug 2024 10:02:15 +0800 Subject: [PATCH] docs: add [keepachangelog.com] link (#50424) --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ .github/PULL_REQUEST_TEMPLATE_CN.md | 1 + .github/workflows/pr-open-check.yml | 14 +++++++------- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index afe10022af7e..0084e943404e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -40,6 +40,8 @@ Thank you! ### 📝 Change Log +> Read [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) like a cat tracks a laser pointer. +> > - Describe the impact of the changes on developers, not the solution approach. > - Reference: https://ant.design/changelog diff --git a/.github/PULL_REQUEST_TEMPLATE_CN.md b/.github/PULL_REQUEST_TEMPLATE_CN.md index a1b50faad70f..3241635828e9 100644 --- a/.github/PULL_REQUEST_TEMPLATE_CN.md +++ b/.github/PULL_REQUEST_TEMPLATE_CN.md @@ -40,6 +40,7 @@ ### 📝 更新日志 +> - 郑重地阅读 [如何维护更新日志](https://keepachangelog.com/zh-CN/1.1.0/) > - 描述改动对开发者有哪些影响,而非解决方式 > - 可参考:https://ant.design/changelog-cn diff --git a/.github/workflows/pr-open-check.yml b/.github/workflows/pr-open-check.yml index cebe221e5649..a81490ccdfa9 100644 --- a/.github/workflows/pr-open-check.yml +++ b/.github/workflows/pr-open-check.yml @@ -38,15 +38,15 @@ jobs: filter-start: '|' require-include: '🇺🇸 English, 🇨🇳 Chinese, 🇺🇸 英文, 🇨🇳 中文' comment-body: | - - 🚨 @${{ github.event.pull_request.user.login }}, Please fill changelog in the PR - - Use a developer-oriented tone - - Describe the impact on developers, rather than your solution - - Refer to: https://ant.design/changelog#501 + - 🚨 @${{ github.event.pull_request.user.login }}, Please fill changelog in PR content + > - Read [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) like a cat tracks a laser pointer. + > - Describe the impact of the changes on developers, not the solution approach. + > - Reference: https://ant.design/changelog - 🚨 @${{ github.event.pull_request.user.login }}, 请填写 PR 中的 changelog - - 使用面向开发者的角度撰写 changelog - - 描述用户第一现场的问题,对开发者有哪些影响,而非你的解决方式 - - 参考:https://ant.design/changelog-cn#501 + > - 郑重地阅读 [如何维护更新日志](https://keepachangelog.com/zh-CN/1.1.0/) + > - 描述改动对开发者有哪些影响,而非解决方式 + > - 可参考:https://ant.design/changelog-cn ![](https://github.com/ant-design/ant-design/assets/507615/14c767db-e40f-42a1-9aab-553037eb1ab6) skip-title-start: 'docs, chore, test, ci'