You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/12/02 19:47:13 UTC

[2/3] incubator-beam-site git commit: Regenerate website

Regenerate website


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/9d43c74e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/9d43c74e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/9d43c74e

Branch: refs/heads/asf-site
Commit: 9d43c74e910fba9481e427a6bb33ea9db972d260
Parents: 5438941
Author: Davor Bonaci <da...@google.com>
Authored: Fri Dec 2 10:32:52 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Fri Dec 2 10:32:52 2016 -0800

----------------------------------------------------------------------
 content/contribute/contribution-guide/index.html | 4 ++--
 content/contribute/maturity-model/index.html     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/9d43c74e/content/contribute/contribution-guide/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html
index c27f9ca..87d5f74 100644
--- a/content/contribute/contribution-guide/index.html
+++ b/content/contribute/contribution-guide/index.html
@@ -542,7 +542,7 @@ $ git merge --no-ff \
 </code></pre>
 </div>
 
-<p>Always use <code class="highlighter-rouge">--no-ff</code> option and the specific commit message \u201cThis closes #&lt;pull request #&gt;\u201d\u201d \u2013 it ensures proper marking in the tooling. It would be nice to include additional information in the merge commit message, such as the title and summary of the pull request.</p>
+<p>Always use <code class="highlighter-rouge">--no-ff</code> option and the specific commit message \u201cThis closes #&lt;pull request #&gt;\u201d \u2013 it ensures proper marking in the tooling. It would be nice to include additional information in the merge commit message, such as the title and summary of the pull request.</p>
 
 <p>At this point, you want to ensure everything is right. Test it with <code class="highlighter-rouge">mvn verify</code>. Run <code class="highlighter-rouge">gitk</code> or <code class="highlighter-rouge">git log --graph,</code> etc. When you are happy with how it looks, push it. This is the point of no return \u2013 proceed with caution.</p>
 
@@ -556,7 +556,7 @@ $ git merge --no-ff \
 
 <p>The project management committee (PMC) can grant more rights to a contributor, such as commit access or decision power, and recognize them as new <a href="/contribute/team/">committers or PMC members</a>.</p>
 
-<p>The PMC periodically discusses this topic and privately votes to grant more rights to a contributor. If the vote passess, the contributor is invited to accept or reject the nomination. Once accepted, the PMC announces the decision publicly and updates the list of team member accordingly.</p>
+<p>The PMC periodically discusses this topic and privately votes to grant more rights to a contributor. If the vote passes, the contributor is invited to accept or reject the nomination. Once accepted, the PMC announces the decision publicly and updates the list of team member accordingly.</p>
 
 <p>The key to the selection process is <a href="http://apache.org/foundation/how-it-works.html#meritocracy">Meritocracy</a>, literally government by merit. Contributors earn merit in many ways: contributing code, testing releases, participating in documentation effort, answering user questions, debating design proposals, triaging issues, evangelizing the project, growing user base, and any other action that benefits the project as a whole.</p>
 

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/9d43c74e/content/contribute/maturity-model/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/maturity-model/index.html b/content/contribute/maturity-model/index.html
index 0f95fec..76dbc0c 100644
--- a/content/contribute/maturity-model/index.html
+++ b/content/contribute/maturity-model/index.html
@@ -286,7 +286,7 @@
     <tr>
       <td><p>QU50</p></td>
       <td><p>The project strives to respond to documented bug reports in a timely manner.</p></td>
-      <td><p><b>YES.</b> The project has resolved <a href="https://issues.apache.org/jira/browse/BEAM-984?jql%3Dproject%2520%253D%2520BEAM%2520AND%2520status%2520in%2520(Resolved%252C%2520Closed)">509 issues</a> during incubation.</p><p><b>Even further</b>, <a href="https://issues.apache.org/jira/browse/BEAM/?selectedTab%3Dcom.atlassian.jira.jira-projects-plugin:components-panel=undefined&amp;selectedTab=com.atlassian.jira.jira-projects-plugin:components-panel">all project components</a> have designated a single committer who gets assigned all newly filed issues for a triage/re-assignment to ensure timely action.</p></td>
+      <td><p><b>YES.</b> The project has resolved <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20status%20in%20(Resolved%2C%20Closed)">550 issues</a> during incubation.</p><p><b>Even further</b>, <a href="https://issues.apache.org/jira/browse/BEAM/?selectedTab%3Dcom.atlassian.jira.jira-projects-plugin:components-panel=undefined&amp;selectedTab=com.atlassian.jira.jira-projects-plugin:components-panel">all project components</a> have designated a single committer who gets assigned all newly filed issues for a triage/re-assignment to ensure timely action.</p></td>
     </tr>
 
     <tr>
@@ -295,7 +295,7 @@
     <tr>
       <td><p>CO10</p></td>
       <td><p>The project has a well-known homepage that points to all the information required to operate according to this maturity model.</p></td>
-      <td><p><b>YES.</b> The project <a href="/contribute/">website</a> has <a href="https://goo.gl/nk5OM0">technical vision</a>, <a href="/contribute/contribution-guide/">contribution guide</a>, <a href="/contribute/release-guide/">release guide</a>, <a href="/contribute/testing/">testing guide</a>, <a href="/contribute/design-principles/">design principles</a>, <a href="/contribute/work-in-progress/">a list of major efforts</a>, and links to <a href="/get-started/support/">mailing lists</a>, <a href="/contribute/source-repository/">repositories</a>, <a href="/get-started/support/">issue tracker</a>.</p></td>
+      <td><p><b>YES.</b> The project <a href="/">website</a> has <a href="https://goo.gl/nk5OM0">technical vision</a>, <a href="/contribute/contribution-guide/">contribution guide</a>, <a href="/contribute/release-guide/">release guide</a>, <a href="/contribute/testing/">testing guide</a>, <a href="/contribute/design-principles/">design principles</a>, <a href="/contribute/work-in-progress/">a list of major efforts</a>, and links to <a href="/get-started/support/">mailing lists</a>, <a href="/contribute/source-repository/">repositories</a>, <a href="/get-started/support/">issue tracker</a>.</p></td>
     </tr>
     <tr>
       <td><p>CO20</p></td>