Copilot commented on code in PR #410: URL: https://github.com/apache/incubator-hugegraph-doc/pull/410#discussion_r2210966452
########## content/en/docs/contribution-guidelines/committer-guidelines.md: ########## @@ -328,6 +328,30 @@ Thanks! The Apache HugeGraph PPMC ``` +## Update clutch status information + +PMC members responsible for nominations need to download clutch status information and update it. Once effective, it can be viewed on the [clutch](https://incubator.apache.org/clutch/hugegraph.html) and [projects](https://incubator.apache.org/projects/hugegraph.html) pages. The process is as follows: + +```text +# 1. Download clutch status information +svn co https://svn.apache.org/repos/asf/incubator/public/trunk/content/projects/ + +# 2. Modify and edit (note the following is for reference only) +cd projects +vim hugegraph.xml + +<section id="News"> + <title>News</title> + <ul> + <li>2025-07-17 New Committer: xxx</li> Review Comment: The date '2025-07-17' in the example appears to be in the future and should use a more generic placeholder like 'YYYY-MM-DD' or a past date to avoid confusion. ```suggestion <li>YYYY-MM-DD New Committer: xxx</li> ``` ########## content/cn/docs/contribution-guidelines/committer-guidelines.md: ########## @@ -330,6 +330,30 @@ Thanks! The Apache HugeGraph PPMC ``` +## 更新 clutch status 信息 + +负责提名的 PMC 成员需下载 clutch status 信息, 并进行更新, 生效后可在 [clutch](https://incubator.apache.org/clutch/hugegraph.html) 和 [projects](https://incubator.apache.org/projects/hugegraph.html) 页面查询。流程参考如下: + +```text +# 1. 下载 clutch status 信息 +svn co https://svn.apache.org/repos/asf/incubator/public/trunk/content/projects/ + +# 2. 修改编辑 (注意下面内容仅供参考) +cd projects +vim hugegraph.xml + +<section id="News"> + <title>News</title> + <ul> + <li>2025-07-17 New Committer: xxx</li> Review Comment: The date '2025-07-17' in the example appears to be in the future and should use a more generic placeholder like 'YYYY-MM-DD' or a past date to avoid confusion. ```suggestion <li>YYYY-MM-DD New Committer: xxx</li> ``` -- 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]
