This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c5e8b2a Publishing to asf-site (publish.sh)
c5e8b2a is described below
commit c5e8b2aa08c24d202e2a099895320321c2bf6a5d
Author: juzhiyuan <[email protected]>
AuthorDate: Sun Mar 29 18:16:36 2020 +0800
Publishing to asf-site (publish.sh)
---
{security => contribute/committer}/index.html | 51 +++++++++++++++-----
contribute/index.xml | 15 +++++-
contribute/release/index.html | 6 +++
downloads/index.html | 6 +++
en/sitemap.xml | 37 +++++++++-----
index.html | 6 +++
index.xml | 13 +++++
security/index.html | 6 +++
team/index.html | 9 +++-
zh/{security => contribute/committer}/index.html | 61 +++++++++++++++++++-----
zh/contribute/index.xml | 25 +++++++++-
zh/contribute/release/index.html | 6 +++
zh/downloads/index.html | 6 +++
zh/index.html | 6 +++
zh/index.xml | 23 +++++++++
zh/security/index.html | 6 +++
zh/sitemap.xml | 31 ++++++++----
zh/team/index.html | 9 +++-
18 files changed, 273 insertions(+), 49 deletions(-)
diff --git a/security/index.html b/contribute/committer/index.html
similarity index 77%
copy from security/index.html
copy to contribute/committer/index.html
index 8d92ad0..098a500 100644
--- a/security/index.html
+++ b/contribute/committer/index.html
@@ -3,13 +3,16 @@
<head>
-<meta property="og:title" content="Security" />
-<meta property="og:description" content="The Apache Software Foundation takes
a rigorous stance on eliminating security issues in its software projects.
Apache Incubator APISIX is also very concerned Security issues related to its
features and functionality.
-If you have apprehensions regarding APISIX’s security or you discover
vulnerability or potential threat, don’t hesitate to get in touch with the
Apache Security Team by dropping a mail at [email protected]. Please specify
the project name as Incubator APISIX and its product name APISIX or
APISIX-Dashboard in the email and provide a description of the relevant problem
or potential threat." />
+<meta property="og:title" content="Committer Guide" />
+<meta property="og:description" content="Promotion The Apache APISIX community
follows the Apache Community’s process on accepting a new committer. After a
contributor participates APISIX's community actively, (P)PMC and Committers
will make decisions to invite the contributor join Committers and (P)PMC.
+Processes are:
+1. Start the discussion and vote in @private. Only current PMC member could
nominate;
+2. If the vote passes, send an offer to become a committer with @private CC’ed;
+3. New committer signs ICLA and apply Apache ID and email address;" />
<meta property="og:type" content="article" />
-<meta property="og:url"
content="https://apisix.incubator.apache.org/security/" />
-<meta property="article:published_time" content="2020-01-16T11:46:04+08:00" />
-<meta property="article:modified_time" content="2020-01-16T11:46:04+08:00" />
+<meta property="og:url"
content="https://apisix.incubator.apache.org/contribute/committer/" />
+<meta property="article:published_time" content="2020-03-29T11:46:04+08:00" />
+<meta property="article:modified_time" content="2020-03-29T11:46:04+08:00" />
<meta name="description" content="Hardcoded description; the author should
update :)" />
@@ -66,6 +69,9 @@ If you have apprehensions regarding APISIX’s security or you
discover vulnerab
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
@@ -114,6 +120,9 @@ If you have apprehensions regarding APISIX’s security or
you discover vulnerab
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
@@ -133,17 +142,33 @@ If you have apprehensions regarding APISIX’s security or
you discover vulnerab
<div class="container">
<div class="columns">
<div class="column is-centered-tablet-portrait">
- <h1 class="title section-title">Security</h1>
+ <h1 class="title section-title">Committer Guide</h1>
<h5 class="subtitle is-5 is-muted"></h5>
<div class="divider"></div>
</div>
</div>
- <div class="security">
- <p>The Apache Software Foundation takes a rigorous stance on eliminating
security issues in its software projects. Apache Incubator APISIX is also very
concerned Security issues related to its features and functionality.</p>
-
- <p>If you have apprehensions regarding APISIX’s security or you discover
vulnerability or potential threat, don’t hesitate to get in touch with the
Apache Security Team by dropping a mail at <a
href="mailto:[email protected]">[email protected]</a>. Please specify the
project name as Incubator APISIX and its product name APISIX or
APISIX-Dashboard in the email and provide a description of the relevant problem
or potential threat. You are also urged to recommend the way to reproduce [...]
-
- <p>Please pay attention to report the security issue on the security email
before disclosing it on public domain.</p>
+ <div>
+ <section>
+ <h2 class="title">Promotion</h2>
+ <p>The Apache APISIX community follows the <a
href="http://community.apache.org/newcommitter.html">Apache Community’s
process</a> on accepting a new committer. After a contributor participates
APISIX's community actively, (P)PMC and Committers will make decisions to
invite the contributor join Committers and (P)PMC.</p>
+ <p>Processes are:</p>
+ <p>1. Start the discussion and vote in @private. Only current PMC member
could nominate;</p>
+ <p>2. If the vote passes, send an offer to become a committer with
@private CC’ed;</p>
+ <p>3. New committer signs ICLA and apply Apache ID and email address;</p>
+ <p>4. Update <a href="/team">Team</a> page.</p>
+ </section>
+ <br />
+ <section>
+ <h2 class="title">Responsibilities</h2>
+ <p>1. Develop new features;</p>
+ <p>2. Refactor codes;</p>
+ <p>3. Review PR reliably and in time;</p>
+ <p>4. Consider and accept feature requests;</p>
+ <p>5. Answer questions;</p>
+ <p>6. Update documentation and examples;</p>
+ <p>7. Improve processes and tools;</p>
+ <p>8. Guide new contributors join community.</p>
+ </section>
</div>
</div>
diff --git a/contribute/index.xml b/contribute/index.xml
index 43fdd7e..46ec580 100644
--- a/contribute/index.xml
+++ b/contribute/index.xml
@@ -5,12 +5,25 @@
<link>https://apisix.incubator.apache.org/contribute/</link>
<description>Recent content in Contributes on Apache APISIX</description>
<generator>Hugo -- gohugo.io</generator>
- <lastBuildDate>Tue, 07 Jan 2020 11:46:04 +0800</lastBuildDate>
+ <lastBuildDate>Sun, 29 Mar 2020 11:46:04 +0800</lastBuildDate>
<atom:link
href="https://apisix.incubator.apache.org/contribute/index.xml" rel="self"
type="application/rss+xml" />
<item>
+ <title>Committer Guide</title>
+ <link>https://apisix.incubator.apache.org/contribute/committer/</link>
+ <pubDate>Sun, 29 Mar 2020 11:46:04 +0800</pubDate>
+
+ <guid>https://apisix.incubator.apache.org/contribute/committer/</guid>
+ <description>Promotion The Apache APISIX community follows the Apache
Community’s process on accepting a new committer. After a contributor
participates APISIX's community actively, (P)PMC and Committers will make
decisions to invite the contributor join Committers and (P)PMC.
+Processes are:
+1. Start the discussion and vote in @private. Only current PMC member could
nominate;
+2. If the vote passes, send an offer to become a committer with @private CC’ed;
+3. New committer signs ICLA and apply Apache ID and email
address;</description>
+ </item>
+
+ <item>
<title>Release Guide</title>
<link>https://apisix.incubator.apache.org/contribute/release/</link>
<pubDate>Tue, 07 Jan 2020 11:46:04 +0800</pubDate>
diff --git a/contribute/release/index.html b/contribute/release/index.html
index 5bb4390..3966451 100644
--- a/contribute/release/index.html
+++ b/contribute/release/index.html
@@ -72,6 +72,9 @@ GnuPG-2.x可使用:
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
@@ -120,6 +123,9 @@ GnuPG-2.x可使用:
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
diff --git a/downloads/index.html b/downloads/index.html
index 9bbfcb6..4ffc9e0 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -65,6 +65,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
@@ -113,6 +116,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 9c46b6a..c264d8b 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -18,47 +18,62 @@
</url>
<url>
- <loc>https://apisix.incubator.apache.org/team/</loc>
+ <loc>https://apisix.incubator.apache.org/contribute/committer/</loc>
<lastmod>2020-03-29T11:46:04+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
- href="https://apisix.incubator.apache.org/zh/team/"
+
href="https://apisix.incubator.apache.org/zh/contribute/committer/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
- href="https://apisix.incubator.apache.org/team/"
+
href="https://apisix.incubator.apache.org/contribute/committer/"
/>
</url>
<url>
- <loc>https://apisix.incubator.apache.org/security/</loc>
- <lastmod>2020-01-16T11:46:04+08:00</lastmod>
+ <loc>https://apisix.incubator.apache.org/contribute/</loc>
+ <lastmod>2020-03-29T11:46:04+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
- href="https://apisix.incubator.apache.org/zh/security/"
+ href="https://apisix.incubator.apache.org/zh/contribute/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
- href="https://apisix.incubator.apache.org/security/"
+ href="https://apisix.incubator.apache.org/contribute/"
/>
</url>
<url>
- <loc>https://apisix.incubator.apache.org/contribute/</loc>
- <lastmod>2020-01-07T11:46:04+08:00</lastmod>
+ <loc>https://apisix.incubator.apache.org/team/</loc>
+ <lastmod>2020-03-29T11:46:04+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
- href="https://apisix.incubator.apache.org/zh/contribute/"
+ href="https://apisix.incubator.apache.org/zh/team/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
- href="https://apisix.incubator.apache.org/contribute/"
+ href="https://apisix.incubator.apache.org/team/"
+ />
+ </url>
+
+ <url>
+ <loc>https://apisix.incubator.apache.org/security/</loc>
+ <lastmod>2020-01-16T11:46:04+08:00</lastmod>
+ <xhtml:link
+ rel="alternate"
+ hreflang="zh"
+ href="https://apisix.incubator.apache.org/zh/security/"
+ />
+ <xhtml:link
+ rel="alternate"
+ hreflang="en"
+ href="https://apisix.incubator.apache.org/security/"
/>
</url>
diff --git a/index.html b/index.html
index 80a1316..1a34618 100644
--- a/index.html
+++ b/index.html
@@ -67,6 +67,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
@@ -115,6 +118,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
diff --git a/index.xml b/index.xml
index 46a976d..65ccc5a 100644
--- a/index.xml
+++ b/index.xml
@@ -11,6 +11,19 @@
<item>
+ <title>Committer Guide</title>
+ <link>https://apisix.incubator.apache.org/contribute/committer/</link>
+ <pubDate>Sun, 29 Mar 2020 11:46:04 +0800</pubDate>
+
+ <guid>https://apisix.incubator.apache.org/contribute/committer/</guid>
+ <description>Promotion The Apache APISIX community follows the Apache
Community’s process on accepting a new committer. After a contributor
participates APISIX's community actively, (P)PMC and Committers will make
decisions to invite the contributor join Committers and (P)PMC.
+Processes are:
+1. Start the discussion and vote in @private. Only current PMC member could
nominate;
+2. If the vote passes, send an offer to become a committer with @private CC’ed;
+3. New committer signs ICLA and apply Apache ID and email
address;</description>
+ </item>
+
+ <item>
<title>Team</title>
<link>https://apisix.incubator.apache.org/team/</link>
<pubDate>Sun, 29 Mar 2020 11:46:04 +0800</pubDate>
diff --git a/security/index.html b/security/index.html
index 8d92ad0..06dca6c 100644
--- a/security/index.html
+++ b/security/index.html
@@ -66,6 +66,9 @@ If you have apprehensions regarding APISIX’s security or you
discover vulnerab
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
@@ -114,6 +117,9 @@ If you have apprehensions regarding APISIX’s security or
you discover vulnerab
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
diff --git a/team/index.html b/team/index.html
index be2dd1b..4e1d56b 100644
--- a/team/index.html
+++ b/team/index.html
@@ -65,6 +65,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
@@ -113,6 +116,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/contribute/committer" class="navbar-item">
+ Committer Guide
+ </a>
<a href="/contribute/release" class="navbar-item">
Release Guide
</a>
@@ -137,7 +143,7 @@
<div class="divider"></div>
</div>
</div>
- <div class="downloads">
+ <div>
<section>
<h2 class="title">Members</h2>
<p class="description"></p>
@@ -339,6 +345,7 @@
<p class="description">
The Apache APISIX community follows the <a
href="http://community.apache.org/newcommitter.html">Apache Community’s
process</a> on accepting a new committer. After a contributor participates
APISIX's community actively, (P)PMC and Committers will make decisions to
invite the contributor join Committers and (P)PMC.
</p>
+ <p>You can read Contributor Guide(TODO) to participate the community, and
can get more information on <a href="/contribute/committer/">Committer
Guide</a>.</p>
</section>
</div>
diff --git a/zh/security/index.html b/zh/contribute/committer/index.html
similarity index 76%
copy from zh/security/index.html
copy to zh/contribute/committer/index.html
index 703da24..50d1c57 100644
--- a/zh/security/index.html
+++ b/zh/contribute/committer/index.html
@@ -3,13 +3,26 @@
<head>
-<meta property="og:title" content="安全" />
-<meta property="og:description" content="The Apache Software Foundation takes
a rigorous stance on eliminating security issues in its software projects.
Apache Incubator APISIX is also very concerned Security issues related to its
features and functionality.
-If you have apprehensions regarding APISIX’s security or you discover
vulnerability or potential threat, don’t hesitate to get in touch with the
Apache Security Team by dropping a mail at [email protected]. Please specify
the project name as Incubator APISIX and its product name APISIX or
APISIX-Dashboard in the email and provide a description of the relevant problem
or potential threat." />
+<meta property="og:title" content="提交者指南" />
+<meta property="og:description" content=" 加入提交者 Apache APISIX 社区遵照 Apache 社区
流程来接受新的提交者,当一位贡献者非常活跃时,PMC、PPMC 以及提交者将共同决定是否邀请该贡献者加入社区。
+流程如下:
+1. 在 @private 邮件列表中发起讨论,注意:当前只有 PMC 可以提名;
+2. 如果投票通过,将发送邀请函以成为提交者,需 CC @private 邮件列表;
+3. 新的提交者签署 ICLA 并提交有意愿的 Apache ID 与邮箱地址;
+4. 更新 团队 页。
+ 职责 1. 开发新功能;
+2. 重构代码;
+3. 及时尽责地审阅 PR;
+4. 讨论新的需求;
+5. 回复提问;
+6. 更新文档与示例;
+7. 提升流程与相关工具;
+8. 指导新的贡献者加入社区。
+ " />
<meta property="og:type" content="article" />
-<meta property="og:url"
content="https://apisix.incubator.apache.org/zh/security/" />
-<meta property="article:published_time" content="2020-01-16T11:46:04+08:00" />
-<meta property="article:modified_time" content="2020-01-16T11:46:04+08:00" />
+<meta property="og:url"
content="https://apisix.incubator.apache.org/zh/contribute/committer/" />
+<meta property="article:published_time" content="2020-03-29T11:46:04+08:00" />
+<meta property="article:modified_time" content="2020-03-29T11:46:04+08:00" />
<meta name="description" content="Hardcoded description; the author should
update :)" />
@@ -66,6 +79,9 @@ If you have apprehensions regarding APISIX’s security or you
discover vulnerab
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
@@ -114,6 +130,9 @@ If you have apprehensions regarding APISIX’s security or
you discover vulnerab
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
@@ -133,17 +152,33 @@ If you have apprehensions regarding APISIX’s security or
you discover vulnerab
<div class="container">
<div class="columns">
<div class="column is-centered-tablet-portrait">
- <h1 class="title section-title">安全</h1>
+ <h1 class="title section-title">提交者指南</h1>
<h5 class="subtitle is-5 is-muted"></h5>
<div class="divider"></div>
</div>
</div>
- <div class="security">
- <p>The Apache Software Foundation takes a rigorous stance on eliminating
security issues in its software projects. Apache Incubator APISIX is also very
concerned Security issues related to its features and functionality.</p>
-
- <p>If you have apprehensions regarding APISIX’s security or you discover
vulnerability or potential threat, don’t hesitate to get in touch with the
Apache Security Team by dropping a mail at <a
href="mailto:[email protected]">[email protected]</a>. Please specify the
project name as Incubator APISIX and its product name APISIX or
APISIX-Dashboard in the email and provide a description of the relevant problem
or potential threat. You are also urged to recommend the way to reproduce [...]
-
- <p>Please pay attention to report the security issue on the security email
before disclosing it on public domain.</p>
+ <div>
+ <section>
+ <h2 class="title">加入提交者</h2>
+ <p>Apache APISIX 社区遵照 <a
href="http://community.apache.org/newcommitter.html">Apache 社区</a>
流程来接受新的提交者,当一位贡献者非常活跃时,PMC、PPMC 以及提交者将共同决定是否邀请该贡献者加入社区。</p>
+ <p>流程如下:</p>
+ <p>1. 在 @private 邮件列表中发起讨论,注意:当前只有 PMC 可以提名;</p>
+ <p>2. 如果投票通过,将发送邀请函以成为提交者,需 CC @private 邮件列表;</p>
+ <p>3. 新的提交者签署 ICLA 并提交有意愿的 Apache ID 与邮箱地址;</p>
+ <p>4. 更新 <a href="/zh/team">团队</a> 页。</p>
+ </section>
+ <br />
+ <section>
+ <h2 class="title">职责</h2>
+ <p>1. 开发新功能;</p>
+ <p>2. 重构代码;</p>
+ <p>3. 及时尽责地审阅 PR;</p>
+ <p>4. 讨论新的需求;</p>
+ <p>5. 回复提问;</p>
+ <p>6. 更新文档与示例;</p>
+ <p>7. 提升流程与相关工具;</p>
+ <p>8. 指导新的贡献者加入社区。</p>
+ </section>
</div>
</div>
diff --git a/zh/contribute/index.xml b/zh/contribute/index.xml
index 8b36f5c..4442ad5 100644
--- a/zh/contribute/index.xml
+++ b/zh/contribute/index.xml
@@ -5,12 +5,35 @@
<link>https://apisix.incubator.apache.org/zh/contribute/</link>
<description>Recent content in Contributes on Apache APISIX</description>
<generator>Hugo -- gohugo.io</generator>
- <lastBuildDate>Tue, 07 Jan 2020 11:46:04 +0800</lastBuildDate>
+ <lastBuildDate>Sun, 29 Mar 2020 11:46:04 +0800</lastBuildDate>
<atom:link
href="https://apisix.incubator.apache.org/zh/contribute/index.xml" rel="self"
type="application/rss+xml" />
<item>
+ <title>提交者指南</title>
+ <link>https://apisix.incubator.apache.org/zh/contribute/committer/</link>
+ <pubDate>Sun, 29 Mar 2020 11:46:04 +0800</pubDate>
+
+ <guid>https://apisix.incubator.apache.org/zh/contribute/committer/</guid>
+ <description> 加入提交者 Apache APISIX 社区遵照 Apache 社区
流程来接受新的提交者,当一位贡献者非常活跃时,PMC、PPMC 以及提交者将共同决定是否邀请该贡献者加入社区。
+流程如下:
+1. 在 @private 邮件列表中发起讨论,注意:当前只有 PMC 可以提名;
+2. 如果投票通过,将发送邀请函以成为提交者,需 CC @private 邮件列表;
+3. 新的提交者签署 ICLA 并提交有意愿的 Apache ID 与邮箱地址;
+4. 更新 团队 页。
+ 职责 1. 开发新功能;
+2. 重构代码;
+3. 及时尽责地审阅 PR;
+4. 讨论新的需求;
+5. 回复提问;
+6. 更新文档与示例;
+7. 提升流程与相关工具;
+8. 指导新的贡献者加入社区。
+ </description>
+ </item>
+
+ <item>
<title>发布指南</title>
<link>https://apisix.incubator.apache.org/zh/contribute/release/</link>
<pubDate>Tue, 07 Jan 2020 11:46:04 +0800</pubDate>
diff --git a/zh/contribute/release/index.html b/zh/contribute/release/index.html
index 86f0f6b..d89f837 100644
--- a/zh/contribute/release/index.html
+++ b/zh/contribute/release/index.html
@@ -72,6 +72,9 @@ GnuPG-2.x可使用:
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
@@ -120,6 +123,9 @@ GnuPG-2.x可使用:
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
diff --git a/zh/downloads/index.html b/zh/downloads/index.html
index 884c94f..c3b1aaa 100644
--- a/zh/downloads/index.html
+++ b/zh/downloads/index.html
@@ -65,6 +65,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
@@ -113,6 +116,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
diff --git a/zh/index.html b/zh/index.html
index 567a50e..deab458 100644
--- a/zh/index.html
+++ b/zh/index.html
@@ -67,6 +67,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
@@ -115,6 +118,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
diff --git a/zh/index.xml b/zh/index.xml
index bbe8437..e0f2737 100644
--- a/zh/index.xml
+++ b/zh/index.xml
@@ -20,6 +20,29 @@
</item>
<item>
+ <title>提交者指南</title>
+ <link>https://apisix.incubator.apache.org/zh/contribute/committer/</link>
+ <pubDate>Sun, 29 Mar 2020 11:46:04 +0800</pubDate>
+
+ <guid>https://apisix.incubator.apache.org/zh/contribute/committer/</guid>
+ <description> 加入提交者 Apache APISIX 社区遵照 Apache 社区
流程来接受新的提交者,当一位贡献者非常活跃时,PMC、PPMC 以及提交者将共同决定是否邀请该贡献者加入社区。
+流程如下:
+1. 在 @private 邮件列表中发起讨论,注意:当前只有 PMC 可以提名;
+2. 如果投票通过,将发送邀请函以成为提交者,需 CC @private 邮件列表;
+3. 新的提交者签署 ICLA 并提交有意愿的 Apache ID 与邮箱地址;
+4. 更新 团队 页。
+ 职责 1. 开发新功能;
+2. 重构代码;
+3. 及时尽责地审阅 PR;
+4. 讨论新的需求;
+5. 回复提问;
+6. 更新文档与示例;
+7. 提升流程与相关工具;
+8. 指导新的贡献者加入社区。
+ </description>
+ </item>
+
+ <item>
<title>安全</title>
<link>https://apisix.incubator.apache.org/zh/security/</link>
<pubDate>Thu, 16 Jan 2020 11:46:04 +0800</pubDate>
diff --git a/zh/security/index.html b/zh/security/index.html
index 703da24..559a190 100644
--- a/zh/security/index.html
+++ b/zh/security/index.html
@@ -66,6 +66,9 @@ If you have apprehensions regarding APISIX’s security or you
discover vulnerab
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
@@ -114,6 +117,9 @@ If you have apprehensions regarding APISIX’s security or
you discover vulnerab
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
diff --git a/zh/sitemap.xml b/zh/sitemap.xml
index f28e453..cc9eaab 100644
--- a/zh/sitemap.xml
+++ b/zh/sitemap.xml
@@ -18,6 +18,21 @@
</url>
<url>
+ <loc>https://apisix.incubator.apache.org/zh/contribute/</loc>
+ <lastmod>2020-03-29T11:46:04+08:00</lastmod>
+ <xhtml:link
+ rel="alternate"
+ hreflang="en"
+ href="https://apisix.incubator.apache.org/contribute/"
+ />
+ <xhtml:link
+ rel="alternate"
+ hreflang="zh"
+ href="https://apisix.incubator.apache.org/zh/contribute/"
+ />
+ </url>
+
+ <url>
<loc>https://apisix.incubator.apache.org/zh/team/</loc>
<lastmod>2020-03-29T11:46:04+08:00</lastmod>
<xhtml:link
@@ -33,32 +48,32 @@
</url>
<url>
- <loc>https://apisix.incubator.apache.org/zh/security/</loc>
- <lastmod>2020-01-16T11:46:04+08:00</lastmod>
+ <loc>https://apisix.incubator.apache.org/zh/contribute/committer/</loc>
+ <lastmod>2020-03-29T11:46:04+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
- href="https://apisix.incubator.apache.org/security/"
+
href="https://apisix.incubator.apache.org/contribute/committer/"
/>
<xhtml:link
rel="alternate"
hreflang="zh"
- href="https://apisix.incubator.apache.org/zh/security/"
+
href="https://apisix.incubator.apache.org/zh/contribute/committer/"
/>
</url>
<url>
- <loc>https://apisix.incubator.apache.org/zh/contribute/</loc>
- <lastmod>2020-01-07T11:46:04+08:00</lastmod>
+ <loc>https://apisix.incubator.apache.org/zh/security/</loc>
+ <lastmod>2020-01-16T11:46:04+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
- href="https://apisix.incubator.apache.org/contribute/"
+ href="https://apisix.incubator.apache.org/security/"
/>
<xhtml:link
rel="alternate"
hreflang="zh"
- href="https://apisix.incubator.apache.org/zh/contribute/"
+ href="https://apisix.incubator.apache.org/zh/security/"
/>
</url>
diff --git a/zh/team/index.html b/zh/team/index.html
index 70ad49f..b93c2e9 100644
--- a/zh/team/index.html
+++ b/zh/team/index.html
@@ -65,6 +65,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
@@ -113,6 +116,9 @@
</a>
<div class="navbar-dropdown">
+ <a href="/zh/contribute/committer" class="navbar-item">
+ 提交者指南
+ </a>
<a href="/zh/contribute/release" class="navbar-item">
发布指南
</a>
@@ -137,7 +143,7 @@
<div class="divider"></div>
</div>
</div>
- <div class="downloads">
+ <div>
<section>
<h2 class="title">成员</h2>
<p class="description"></p>
@@ -339,6 +345,7 @@
<p class="description">
Apache APISIX 社区遵照 <a
href="http://community.apache.org/newcommitter.html">Apache 社区</a>
流程来接受新的提交者,当一位贡献者非常活跃时,PMC、PPMC 以及提交者将共同决定是否邀请该贡献者加入社区。
</p>
+ <p>你可以阅读贡献指南(TODO)以了解如何参加社区,也可以从 <a
href="/zh/contribute/committer/">提交者指南</a> 了解如何成为提交者。</p>
</section>
</div>