This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git
The following commit(s) were added to refs/heads/master by this push:
new bf25872 add section on issue trackers to community page (#465)
bf25872 is described below
commit bf25872193b1ba3d46ddc5e6f01d413b1e12fafe
Author: David Grove <[email protected]>
AuthorDate: Sun Feb 28 20:17:21 2021 -0500
add section on issue trackers to community page (#465)
---
_layouts/community.html | 27 +++++++++++++++++++++++----
1 file changed, 23 insertions(+), 4 deletions(-)
diff --git a/_layouts/community.html b/_layouts/community.html
index f87ea72..0d8c2a8 100644
--- a/_layouts/community.html
+++ b/_layouts/community.html
@@ -170,6 +170,12 @@ layout: default
<ul>
<li><a href="#community">Community</a></li>
+ <!-- Mailing lists -->
+ <li><a href="#mailing-lists">Mailing Lists</a></li>
+
+ <!-- Issue Trackers -->
+ <li><a href="#issue-trackers">Issue Trackers</a></li>
+
<!-- Social Media -->
<li class="index-menu-toggle"><a href="#social">Media</a></li>
<ul class="index-menuitems">
@@ -181,9 +187,6 @@ layout: default
<li><a href="#slideshare">Slideshare</a></li>
</ul>
- <!-- Mailing lists -->
- <li><a href="#mailing-lists">Mailing Lists</a></li>
-
<!-- Project Wiki -->
<li><a href="#wiki">Project Wiki</a></li>
@@ -236,6 +239,23 @@ layout: default
<a
href="https://lists.apache.org/[email protected]">https://lists.apache.org/[email protected]</a>.</p>
</div>
</main>
+
+ <main class="doc">
+ <div class="content">
+ <a class="indexable" id="issue-trackers"></a>
+ <h3>Issue Trackers</h3>
+ <p>The project uses GitHub issues to report non-security related
bug reports and feature requests. Please see <a
href="https://openwhisk.apache.org/security.html">https://openwhisk.apache.org/security.html</a>
for information on how to report a suspected security vulnerability with
OpenWhisk.</p>
+ <p>Each of the sub-components of OpenWhisk uses the issue
tracker associated with its GitHub project for tracking its own issues. If you
are not sure where to start, the <a
href="https://github.com/apache/openwhisk/issues">OpenWhisk Core Issue
Tracker</a> is the best place to start. Some of the most frequently used issue
trackers are:
+ <ul>
+ <li><a
href="https://github.com/apache/openwhisk/issues">Core OpenWhisk system</a></li>
+ <li><a
href="https://github.com/apache/openwhisk-deploy-kube/issues">OpenWhisk on
Kubernetes</a></li>
+ <li><a
href="https://github.com/apache/openwhisk-cli/issues">OpenWhisk CLI
(wsk)</a></li>
+ <li><a
href="https://github.com/apache/openwhisk-website/issues">OpenWhisk
website</a></li>
+ <li><a
href="https://github.com/apache/openwhisk/blob/master/docs/dev/modules.md">List
of all OpenWhisk sub-components and their GitHub project</a></li>
+ </ul>
+ </p>
+ </div>
+ </main>
<main class="doc">
<div class="content">
<a class="indexable" id="social"></a>
@@ -271,7 +291,6 @@ layout: default
<li><a
href="https://cwiki.apache.org/confluence/display/OPENWHISK/Proposals">Proposals</a>
(Design)</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>
<!-- NOTE: we have no policies now so do not link until they
exist -->
<!-- <li><a href="">Policies</a></li> -->
</ul>