Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit c6dfc4f

Browse files
authored
Merge branch 'apache:master' into master
2 parents c4e6bd6 + 4d9fb72 commit c6dfc4f

File tree

2 files changed

+54
-6
lines changed

2 files changed

+54
-6
lines changed

content/cn/docs/contribution-guidelines/committer-guidelines.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ weight: 5
2222

2323
**讨论 (DISCUSS) → 投票 (VOTE) → 邀请 (INVITE) → 公告 (ANNOUNCE)**
2424

25-
## 1. 发起社区邮件讨论 (DISCUSS)
25+
## 发起社区邮件讨论 (DISCUSS)
2626

2727
任何 HugeGraph 的 (P)PMC 成员都可以发起投票讨论,在发现社区贡献者任何有价值的贡献并取得候选人本人同意后,可以在 private@hugegraph.apache.org 发起讨论。
2828
讨论邮件里提议者要把候选人的贡献说清楚,并最好给出确认贡献的 URL 等信息,便于大家讨论分析。
@@ -103,7 +103,7 @@ Thanks!
103103

104104
Mailing Lists 的参与则可使用 https://lists.apache.org/list?dev@hugegraph.apache.org:lte=10M:xxx 查询。
105105

106-
## 2. 发起社区邮件投票 (VOTE)
106+
## 发起社区邮件投票 (VOTE)
107107

108108
如果讨论邮件在规定时间内没有收到分歧信息,投票发起者需要在 private@hugegraph.apache.org 发起对 Committer 的选举投票。
109109

@@ -143,7 +143,7 @@ Thanks!
143143
To: private@hugegraph.apache.org
144144
Subject: [RESULTS][VOTE] xxx as a HugeGraph Committer
145145
146-
Hi all: The vote for "xxx" as an HugeGraph Committer has PASSED and closed now.
146+
Hi all: The vote for "xxx" as a HugeGraph Committer has PASSED and closed now.
147147
148148
The result is as follows: X PMC +1 Votes:
149149
- A (PMC ID)
@@ -330,6 +330,30 @@ Thanks!
330330
The Apache HugeGraph PPMC
331331
```
332332

333+
## 更新 clutch status 信息
334+
335+
负责提名的 PMC 成员需下载 clutch status 信息, 并进行更新, 生效后可在 [clutch](https://incubator.apache.org/clutch/hugegraph.html)[projects](https://incubator.apache.org/projects/hugegraph.html) 页面查询。流程参考如下:
336+
337+
```text
338+
# 1. 下载 clutch status 信息
339+
svn co https://svn.apache.org/repos/asf/incubator/public/trunk/content/projects/
340+
341+
# 2. 修改编辑 (注意下面内容仅供参考)
342+
cd projects
343+
vim hugegraph.xml
344+
345+
<section id="News">
346+
<title>News</title>
347+
<ul>
348+
<li>YYYY-MM-DD New Committer: xxx</li>
349+
<li>...</li>
350+
</ul>
351+
</section>
352+
353+
# 3. 提交
354+
svn commit -m "update news for hugegraph"
355+
```
356+
333357
# 参考
334358

335359
1. https://community.apache.org/newcommitter.html (ASF 官方文档)

content/en/docs/contribution-guidelines/committer-guidelines.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ weight: 5
2121

2222
**Discussion → Vote → Invitation → Announcement**
2323

24-
## 1. Initiate Community Discussion (DISCUSS)
24+
## Initiate Community Discussion (DISCUSS)
2525

2626
Any (P)PMC member of HugeGraph can initiate a voting discussion. After identifying valuable contributions from a community contributor and obtaining the candidate's consent, a discussion can be initiated via private@hugegraph.apache.org.
2727
The initiator of the discussion should clearly state the candidate's contributions in the discussion email and provide URLs or other information for confirming the contributions, facilitating discussion and analysis.
@@ -101,7 +101,7 @@ For contribution links in discussion emails, you can use the statistical feature
101101

102102
For participation in mailing lists, you can use https://lists.apache.org/list?dev@hugegraph.apache.org:lte=10M:xxx.
103103

104-
## 2. Initiate Community Voting Email (VOTE)
104+
## Initiate Community Voting Email (VOTE)
105105

106106
If there are no dissenting opinions within the specified time frame of the discussion email, the initiator of the discussion needs to initiate a voting email for the committer election at private@hugegraph.apache.org.
107107

@@ -141,7 +141,7 @@ After the voting email concludes, the initiator of the vote needs to remind the
141141
To: private@hugegraph.apache.org
142142
Subject: [RESULTS][VOTE] xxx as a HugeGraph Committer
143143
144-
Hi all: The vote for "xxx" as an HugeGraph Committer has PASSED and closed now.
144+
Hi all: The vote for "xxx" as a HugeGraph Committer has PASSED and closed now.
145145
146146
The result is as follows: X PMC +1 Votes:
147147
- A (PMC ID)
@@ -328,6 +328,30 @@ Thanks!
328328
The Apache HugeGraph PPMC
329329
```
330330

331+
## Update clutch status information
332+
333+
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:
334+
335+
```text
336+
# 1. Download clutch status information
337+
svn co https://svn.apache.org/repos/asf/incubator/public/trunk/content/projects/
338+
339+
# 2. Modify and edit (note the following is for reference only)
340+
cd projects
341+
vim hugegraph.xml
342+
343+
<section id="News">
344+
<title>News</title>
345+
<ul>
346+
<li>YYYY-MM-DD New Committer: xxx</li>
347+
<li>...</li>
348+
</ul>
349+
</section>
350+
351+
# 3. Commit
352+
svn commit -m "update news for hugegraph"
353+
```
354+
331355
# References
332356

333357
1. https://community.apache.org/newcommitter.html (ASF official documentation)

0 commit comments

Comments
 (0)