yifanwu-sys opened a new pull request, #64644: URL: https://github.com/apache/doris/pull/64644
### What problem does this PR solve? Some README files had an empty Slack anchor in the social media badge section: ```html <a href="https://doris.apache.org/slack" height=25></a> ``` Because the anchor did not contain an `<img>` element, the Slack badge was not visible when the README was rendered. ### What is changed? This PR adds the missing Slack badge image to the affected README files, following the existing correct implementation in `docs/zh-CN/README.md` and keeping it consistent with the adjacent social media badges. ```html <a href="https://doris.apache.org/slack"><img src="https://img.shields.io/badge/-Slack-4A154B?style=social&logo=slack" height=25 alt="Slack"></a> ``` ### Check - All affected README files now contain the Slack badge image. - No README file still uses the empty Slack anchor. - `docs/zh-CN/README.md` was left unchanged because it already had the correct badge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
