This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch 1.7.0-version-update in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 7cd302ca19f6d94de573176a09bd2d57d1e6ae47 Author: tomsun28 <[email protected]> AuthorDate: Sat Mar 22 15:33:05 2025 +0800 Add @sarthakeash 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 64e72ad14e..ac7b84e339 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2352,6 +2352,15 @@ "contributions": [ "code" ] + }, + { + "login": "sarthakeash", + "name": "Sarthak Arora", + "avatar_url": "https://avatars.githubusercontent.com/u/74091160?v=4", + "profile": "https://github.com/sarthakeash", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 99fae5e96f..f5e7e0d5be 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,9 @@ Thanks to these wonderful people, welcome to join us: <td align="center" valign="top" width="14.28%"><a href="https://github.com/LL-LIN"><img src="https://avatars.githubusercontent.com/u/43002118?v=4?s=100" width="100px;" alt="LL-LIN"/><br /><sub><b>LL-LIN</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=LL-LIN" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://bigcyy.github.io/"><img src="https://avatars.githubusercontent.com/u/73413979?v=4?s=100" width="100px;" alt="Yang Chen"/><br /><sub><b>Yang Chen</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=bigcyy" title="Code">💻</a></td> </tr> + <tr> + <td align="center" valign="top" width="14.28%"><a href="https://github.com/sarthakeash"><img src="https://avatars.githubusercontent.com/u/74091160?v=4?s=100" width="100px;" alt="Sarthak Arora"/><br /><sub><b>Sarthak Arora</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=sarthakeash" title="Code">💻</a></td> + </tr> </tbody> </table> diff --git a/README_CN.md b/README_CN.md index 620b2aabff..f3ccb3d76c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -513,6 +513,9 @@ Thanks these wonderful people, welcome to join us: <td align="center" valign="top" width="14.28%"><a href="https://github.com/LL-LIN"><img src="https://avatars.githubusercontent.com/u/43002118?v=4?s=100" width="100px;" alt="LL-LIN"/><br /><sub><b>LL-LIN</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=LL-LIN" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://bigcyy.github.io/"><img src="https://avatars.githubusercontent.com/u/73413979?v=4?s=100" width="100px;" alt="Yang Chen"/><br /><sub><b>Yang Chen</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=bigcyy" title="Code">💻</a></td> </tr> + <tr> + <td align="center" valign="top" width="14.28%"><a href="https://github.com/sarthakeash"><img src="https://avatars.githubusercontent.com/u/74091160?v=4?s=100" width="100px;" alt="Sarthak Arora"/><br /><sub><b>Sarthak Arora</b></sub></a><br /><a href="https://github.com/apache/hertzbeat/commits?author=sarthakeash" title="Code">💻</a></td> + </tr> </tbody> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
