You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/11/05 22:43:08 UTC

[incubator-datasketches-website] branch master updated: Added New Committer Process to ToC

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f3b2120  Added New Committer Process to ToC
f3b2120 is described below

commit f3b212082080c0ffc0d95e7ad99ace31711223e7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Nov 5 14:39:12 2020 -0800

    Added New Committer Process to ToC
---
 _includes/toc.html                 | 1 +
 docs/Community/index.md            | 2 +-
 src/main/resources/docgen/toc.json | 9 +++++----
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/_includes/toc.html b/_includes/toc.html
index 08c98d2..44df9c0 100644
--- a/_includes/toc.html
+++ b/_includes/toc.html
@@ -297,6 +297,7 @@
   <div class="collapse" id="collapse_community">
     <li><a href="{{site.docs_dir}}/Community/index.html">•Community</a></li>
     <li><a href="{{site.docs_dir}}/Community/Downloads.html">•Downloads</a></li>
+    <li><a href="{{site.docs_dir}}/Community/NewCommitterProcess.html">•New Committer Process</a></li>
     <li><a href="{{site.docs_dir}}/Community/Transitioning.html">•Transitioning from prior GitHub Site</a></li>
     <li><a href="{{site.docs_dir}}/Community/WhoUses.html">•Who Uses</a></li>
   </div>
diff --git a/docs/Community/index.md b/docs/Community/index.md
index 11457cb..8f68a9f 100644
--- a/docs/Community/index.md
+++ b/docs/Community/index.md
@@ -73,7 +73,7 @@ Proposed changes to the code or documentation are usually done through GitHub Pu
 * Major changes to the code such as API or architectural changes or new sketch algorithms must be discussed on [dev]({{page.dev}}) or on a GitHub issue as these will require additional design and compatibility reviews. These changes must receive at least three (+1) votes from committers. If the author is already a committer, than two additional committers must vote (+1). 
 
 ### Becoming a committer
-We welcome anyone who is eager to continue to contribute to the DataSketches mission of providing open source, production quality sketch algorithms and become part of our team.  Please send us a message on [dev]({{page.dev}}) where we can give you some guidance.  After you have made some successful contributions, the current committers will discuss your candidacy for becoming a committer.  You can also review the [Apache policies on becoming a committer](https://community.apache.org/cont [...]
+We welcome anyone who is eager to continue to contribute to the DataSketches mission of providing open source, production quality sketch algorithms and become part of our team.  Please send us a message on [dev]({{page.dev}}) where we can give you some guidance.  After you have made some successful contributions, the current committers will discuss your candidacy for becoming a committer.  You can also review the [Apache policies on becoming a committer](https://community.apache.org/cont [...]
 
 ### Reporting Security Issues
 If you wish to report a security vulnerability, please contact [security@apache.org](security@apache.org). Apache DataSketches follows the typical [Apache vulnerability handling process](https://apache.org/security/committers.html#vulnerability-handling).
diff --git a/src/main/resources/docgen/toc.json b/src/main/resources/docgen/toc.json
index 4a6b9e6..7dbc935 100644
--- a/src/main/resources/docgen/toc.json
+++ b/src/main/resources/docgen/toc.json
@@ -251,10 +251,11 @@
 
     { "class":"Dropdown", "desc" : "Community", "array":
       [
-        {"class":"Doc",  "desc" : "Community",                     "dir" : "Community", "file": "index" },
-        {"class":"Doc",  "desc" : "Downloads",                     "dir" : "Community", "file": "Downloads"},
-        {"class":"Doc",  "desc" : "Transitioning from prior GitHub Site", "dir" : "Community", "file" : "Transitioning"},
-        {"class":"Doc",  "desc" : "Who Uses",                     "dir" : "Community", "file": "WhoUses" },
+        {"class":"Doc",  "desc" : "Community",                            "dir" : "Community", "file": "index" },
+        {"class":"Doc",  "desc" : "Downloads",                            "dir" : "Community", "file": "Downloads"},
+        {"class":"Doc",  "desc" : "New Committer Process",                "dir" : "Community", "file": "NewCommitterProcess"},
+        {"class":"Doc",  "desc" : "Transitioning from prior GitHub Site", "dir" : "Community", "file": "Transitioning"},
+        {"class":"Doc",  "desc" : "Who Uses",                             "dir" : "Community", "file": "WhoUses" },
       ]
     },
     { "class":"Dropdown", "desc" : "Research", "array":


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org