You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/03/04 08:41:39 UTC

[flink-web] branch asf-site updated: rebuild website

This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d6d14ef  rebuild website
d6d14ef is described below

commit d6d14ef2d2f5dac67fb35bb07db75403b8558fef
Author: martijnvisser <ma...@2symbols.com>
AuthorDate: Fri Mar 4 09:40:26 2022 +0100

    rebuild website
---
 content/community.html                     |  6 ++++++
 content/contributing/reviewing-prs.html    | 26 --------------------------
 content/zh/community.html                  |  6 ++++++
 content/zh/contributing/reviewing-prs.html | 26 --------------------------
 4 files changed, 12 insertions(+), 52 deletions(-)

diff --git a/content/community.html b/content/community.html
index c055772..c29aded 100644
--- a/content/community.html
+++ b/content/community.html
@@ -834,6 +834,12 @@
         <td class="text-center">Committer</td>
         <td class="text-center">libenchao</td>
   </tr>
+  <tr>
+        <td class="text-center"><img src="https://avatars.githubusercontent.com/u/2989614?s=50" class="committer-avatar" /></td>
+        <td class="text-center">Martijn Visser</td>
+        <td class="text-center">Committer</td>
+        <td class="text-center">martijnvisser</td>
+  </tr>
 </table>
 
 <p>You can reach committers directly at <code>&lt;apache-id&gt;@apache.org</code>. A list of all contributors can be found <a href="https://cwiki.apache.org/confluence/display/FLINK/List+of+contributors">here</a>.</p>
diff --git a/content/contributing/reviewing-prs.html b/content/contributing/reviewing-prs.html
index 2592101..adc6ba4 100644
--- a/content/contributing/reviewing-prs.html
+++ b/content/contributing/reviewing-prs.html
@@ -267,7 +267,6 @@
       <li><a href="#are-the-english-and-chinese-documentation-updated" id="markdown-toc-are-the-english-and-chinese-documentation-updated">6. Are the English and Chinese documentation updated?</a></li>
     </ul>
   </li>
-  <li><a href="#review-with-the-flinkbot" id="markdown-toc-review-with-the-flinkbot">Review with the @flinkbot</a></li>
 </ul>
 
 </div>
@@ -348,31 +347,6 @@ If the implementation is different from the agreed approach in the consensus dis
 
 <p>See more about how to <a href="/contributing/contribute-documentation.html">contribute documentation</a>.</p>
 
-<h2 id="review-with-the-flinkbot">Review with the @flinkbot</h2>
-
-<p>The Flink community is using a service called <a href="https://github.com/flinkbot">@flinkbot</a> to help with the review of the pull requests.</p>
-
-<p>The bot automatically posts a comment tracking the review progress for each new pull request:</p>
-
-<div class="highlight"><pre><code>### Review Progress
-
-* [ ] 1. The description looks good.
-* [ ] 2. There is consensus that the contribution should go into to Flink.
-* [ ] 3. [Does not need specific attention | Needs specific attention for X | Has attention for X by Y]
-* [ ] 4. The architectural approach is sound.
-* [ ] 5. Overall code quality is good.
-
-Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) if you have questions about the review process.
-</code></pre></div>
-
-<p>Reviewers can instruct the bot to tick off the boxes (in order) to indicate the progress of the review.</p>
-
-<p>For approving the description of the contribution, mention the bot with <code>@flinkbot approve description</code>. This works similarly with <code>consensus</code>, <code>architecture</code> and <code>quality</code>.</p>
-
-<p>For approving all aspects, put a new comment with <code>@flinkbot approve all</code> into the pull request.</p>
-
-<p>The syntax for requiring attention is <code>@flinkbot attention @username1 [@username2 ..]</code>.</p>
-
 
 
   </div>
diff --git a/content/zh/community.html b/content/zh/community.html
index fa04fd4..e5b676b 100644
--- a/content/zh/community.html
+++ b/content/zh/community.html
@@ -819,6 +819,12 @@
         <td class="text-center">Committer</td>
         <td class="text-center">libenchao</td>
   </tr>
+  <tr>
+        <td class="text-center"><img src="https://avatars.githubusercontent.com/u/2989614?s=50" class="committer-avatar" /></td>
+        <td class="text-center">Martijn Visser</td>
+        <td class="text-center">Committer</td>
+        <td class="text-center">martijnvisser</td>
+  </tr>
 </table>
 
 <p>可以通过 <code>&lt;apache-id&gt;@apache.org</code> 直接联系 committer。可以在 <a href="https://cwiki.apache.org/confluence/display/FLINK/List+of+contributors">这里</a> 找到所有的贡献者。</p>
diff --git a/content/zh/contributing/reviewing-prs.html b/content/zh/contributing/reviewing-prs.html
index f3300c0..848a213 100644
--- a/content/zh/contributing/reviewing-prs.html
+++ b/content/zh/contributing/reviewing-prs.html
@@ -265,7 +265,6 @@
       <li><a href="#section-3" id="markdown-toc-section-3">6. 英文和中文文档是否都更新了?</a></li>
     </ul>
   </li>
-  <li><a href="#flinkbot-" id="markdown-toc-flinkbot-">使用 @flinkbot 进行审核</a></li>
 </ul>
 
 </div>
@@ -347,31 +346,6 @@
 
 <p>阅读<a href="/zh/contributing/contribute-documentation.html">如何贡献文档</a>了解更多。</p>
 
-<h2 id="flinkbot-">使用 @flinkbot 进行审核</h2>
-
-<p>Flink 社区正在使用名为 <a href="https://github.com/flinkbot">@flinkbot</a> 的服务来帮助审核 pull request。</p>
-
-<p>针对每个新的 pull request,机器人都会自动发表评论并跟踪审核进度:</p>
-
-<div class="highlight"><pre><code>### Review Progress
-
-* [ ] 1. The description looks good.
-* [ ] 2. There is consensus that the contribution should go into to Flink.
-* [ ] 3. [Does not need specific attention | Needs specific attention for X | Has attention for X by Y]
-* [ ] 4. The architectural approach is sound.
-* [ ] 5. Overall code quality is good.
-
-Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) if you have questions about the review process.
-</code></pre></div>
-
-<p>审核人可以指示机器人(按顺序)勾选方框以指示审核的进度。</p>
-
-<p>用于批准贡献的描述,请使用 <code>@flinkbot approve description</code> @机器人。<code>consensus</code>、<code>architecture</code> 、 <code>quality</code> 情况的操作与之类似。</p>
-
-<p>要批准全部方面,请在 pull request 中添加一条带有 <code>@flinkbot approve all</code> 的新评论。</p>
-
-<p>提醒他人关注的语法是 <code>@flinkbot attention @username1 [@username2 ..]</code>。</p>
-
 
 
   </div>