This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch contie222 in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 30aa2864947606140368829adfff92e43e6e9a3a Author: tomsun28 <[email protected]> AuthorDate: Sun Nov 3 23:40:10 2024 +0800 Add @All-The-Best-for as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 +++ README_CN.md | 3 +++ 3 files changed, 15 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4cc6c6ebf..e92af30d5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2099,6 +2099,15 @@ "contributions": [ "code" ] + }, + { + "login": "All-The-Best-for", + "name": "wbs99", + "avatar_url": "https://avatars.githubusercontent.com/u/76414672?v=4", + "profile": "https://github.com/All-The-Best-for", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 7739f6f58..39536c769 100644 --- a/README.md +++ b/README.md @@ -478,6 +478,9 @@ Thanks to these wonderful people, welcome to join us: <td align="center" valign="top" width="14.28%"><a href="https://github.com/shinestare"><img src="https://avatars.githubusercontent.com/u/13570619?v=4?s=100" width="100px;" alt="shinestare"/><br /><sub><b>shinestare</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=shinestare" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/po-168"><img src="https://avatars.githubusercontent.com/u/185745593?v=4?s=100" width="100px;" alt="po-168"/><br /><sub><b>po-168</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=po-168" title="Code">💻</a></td> </tr> + <tr> + <td align="center" valign="top" width="14.28%"><a href="https://github.com/All-The-Best-for"><img src="https://avatars.githubusercontent.com/u/76414672?v=4?s=100" width="100px;" alt="wbs99"/><br /><sub><b>wbs99</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=All-The-Best-for" title="Code">💻</a></td> + </tr> </tbody> </table> diff --git a/README_CN.md b/README_CN.md index bf6144108..2803cc6c7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -477,6 +477,9 @@ Thanks these wonderful people, welcome to join us: <td align="center" valign="top" width="14.28%"><a href="https://github.com/shinestare"><img src="https://avatars.githubusercontent.com/u/13570619?v=4?s=100" width="100px;" alt="shinestare"/><br /><sub><b>shinestare</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=shinestare" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/po-168"><img src="https://avatars.githubusercontent.com/u/185745593?v=4?s=100" width="100px;" alt="po-168"/><br /><sub><b>po-168</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=po-168" title="Code">💻</a></td> </tr> + <tr> + <td align="center" valign="top" width="14.28%"><a href="https://github.com/All-The-Best-for"><img src="https://avatars.githubusercontent.com/u/76414672?v=4?s=100" width="100px;" alt="wbs99"/><br /><sub><b>wbs99</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=All-The-Best-for" title="Code">💻</a></td> + </tr> </tbody> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
