Skip to content

Commit

Permalink
docs: add [keepachangelog.com] link (ant-design#50424)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 15, 2024
1 parent a89bd93 commit ab2d759
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
### 📝 更新日志

> - 郑重地阅读 [如何维护更新日志](https://keepachangelog.com/zh-CN/1.1.0/)
> - 描述改动对开发者有哪些影响,而非解决方式
> - 可参考:https://ant.design/changelog-cn
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr-open-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit ab2d759

Please sign in to comment.