You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/07 20:14:18 UTC

[GitHub] mrutkows closed pull request #346: Add instructs for Adding Runtimes; improve Operator section

mrutkows closed pull request #346: Add instructs for Adding Runtimes; improve Operator section
URL: https://github.com/apache/incubator-openwhisk-website/pull/346
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 7afb146..0b2782f 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -106,7 +106,11 @@
             </ul>
 
             <!-- Contributors -->
-            <li><a href="#contributors">Contributors</a></li>
+            <li class="index-menu-toggle"><a href="#contributors">Contributors</a></li>
+            <ul class="index-menuitems">
+                <li><a href="#contributor-resources">Resources</a></li>
+                <li><a href="#contributing-runtimes">Adding Runtimes</a></li>
+            </ul>
 
             <!-- Other Resources -->
             <li><a href="#other-resources">Other Resources</a></li>
@@ -1873,17 +1877,39 @@ <h5>The OpenWhisk Debugger</h5>
         <div class="content">
             <a class="indexable" id="contributors"></a>
             <h2>Contributors</h2>
-            <p>This section lists a number of resources for OpenWhisk Contributors:</p>
+
+            <p>The Apache OpenWhisk project welcomes any and all developers to
+            become a Contributor to any part of our project.  Contributions can
+            range from fixing documentation and adding testcases, to fixing
+            bugs, proposing and implementing new features and reviewing
+            others' Pull Requests (PRs).
+
+            The following Wiki pages describe the How Tos of becoming an
+            official Contributor:</p>
+
             <ul>
                 <li><a href="https://cwiki.apache.org/confluence/display/OPENWHISK/OpenWhisk+Project+Wiki#OpenWhiskProjectWiki-how-to-contribute">How to contribute?</li>
                 <li><a href="https://cwiki.apache.org/confluence/display/OPENWHISK/OpenWhisk+Project+Wiki#OpenWhiskProjectWiki-becoming-a-contributor">How do I become a Contributor or Committer?</li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OPENWHISK/Proposals">Proposals (Designs)</a></li>
+            </ul>
+
+            <a class="indexable" id="contributor-resources"></a>
+            <h4>Contributor resources</h4>
+            <p>This section lists a number of resources for OpenWhisk Contributors:</p>
+            <ul>
+               <li><a href="https://cwiki.apache.org/confluence/display/OPENWHISK/Proposals">Proposals (Designs)</a></li>
                 <li><a href="https://cwiki.apache.org/confluence/display/OPENWHISK/Presentations%2C+Meeting+Notes+and+Transcripts">Meeting Notes and Transcripts</a></li>
                 <li><a href="https://cwiki.apache.org/confluence/display/OPENWHISK/Processes">Processes</a></li>
                 <li><a href="https://cwiki.apache.org/confluence/display/OPENWHISK/Project+Status">Project Status</a></li>
                 <li><a href="https://github.com/apache/incubator-openwhisk/issues">Report Bugs or Request Features</a></li>
                 <li><a href="https://github.com/apache/incubator-openwhisk-release#apache-openwhisk-project-release-management">Project Release Management</a></li>
             </ul>
+            <a class="indexable" id="contributing-runtimes"></a>
+            <h4>Contributing new Action Language Runtimes</h4>
+            <p>OpenWhisk supports several languages via its Action Runtimes,
+              but there may be other languages or runtimes that you may want
+              to contribute to the project.</p>
+            <p>Read this guide on how to get started:
+              <a href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-new.md">Adding Action Language Runtimes</a></p>
         </div>
     </main>
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services