This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 0d45033cb6950c05eb1777cc54049b7c413b82bb Author: Mergebot <[email protected]> AuthorDate: Mon Jul 23 05:20:03 2018 +0000 Prepare repository for deployment. --- content/community/contact-us/index.html | 1 + content/community/logos/index.html | 1 + .../community/{contact-us => policies}/index.html | 50 +++++----------------- .../community/presentation-materials/index.html | 1 + content/community/youtube-channel/index.html | 1 + 5 files changed, 14 insertions(+), 40 deletions(-) diff --git a/content/community/contact-us/index.html b/content/community/contact-us/index.html index 08e51aa..21b26b0 100644 --- a/content/community/contact-us/index.html +++ b/content/community/contact-us/index.html @@ -138,6 +138,7 @@ <li><span class="section-nav-list-main-title">Community</span></li> <li><a href="/community/contact-us">Contact Us</a></li> +<li><a href="/community/policies">Policies</a></li> <li><a href="/community/youtube-channel">YouTube channel</a></li> <li> <span class="section-nav-list-title">Promotion</span> diff --git a/content/community/logos/index.html b/content/community/logos/index.html index 5b739dc..a7da129 100644 --- a/content/community/logos/index.html +++ b/content/community/logos/index.html @@ -138,6 +138,7 @@ <li><span class="section-nav-list-main-title">Community</span></li> <li><a href="/community/contact-us">Contact Us</a></li> +<li><a href="/community/policies">Policies</a></li> <li><a href="/community/youtube-channel">YouTube channel</a></li> <li> <span class="section-nav-list-title">Promotion</span> diff --git a/content/community/contact-us/index.html b/content/community/policies/index.html similarity index 86% copy from content/community/contact-us/index.html copy to content/community/policies/index.html index 08e51aa..50b19d6 100644 --- a/content/community/contact-us/index.html +++ b/content/community/policies/index.html @@ -28,7 +28,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Contact Us</title> + <title>Policies</title> <meta name="description" content="Apache Beam is an open source, unified model and set of language-specific SDKs for defining and executing data processing workflows, and also data ingestion and integration flows, supporting Enterprise Integration Patterns (EIPs) and Domain Specific Languages (DSLs). Dataflow pipelines simplify the mechanics of large-scale batch and streaming data processing and can run on a number of runtimes like Apache Flink, Apache Spark, and Google Cloud Dataflow [...] "> <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400" rel="stylesheet"> @@ -39,7 +39,7 @@ <script src="/js/fix-menu.js"></script> <script src="/js/section-nav.js"></script> <script src="/js/page-nav.js"></script> - <link rel="canonical" href="https://beam.apache.org/community/contact-us/" data-proofer-ignore> + <link rel="canonical" href="https://beam.apache.org/community/policies/" data-proofer-ignore> <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico"> <link rel="alternate" type="application/rss+xml" title="Apache Beam" href="https://beam.apache.org/feed.xml"> <script> @@ -138,6 +138,7 @@ <li><span class="section-nav-list-main-title">Community</span></li> <li><a href="/community/contact-us">Contact Us</a></li> +<li><a href="/community/policies">Policies</a></li> <li><a href="/community/youtube-channel">YouTube channel</a></li> <li> <span class="section-nav-list-title">Promotion</span> @@ -171,6 +172,9 @@ +<ul class="nav"> + <li><a href="#releases">Releases</a></li> +</ul> </nav> @@ -190,47 +194,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<h1 id="contact-us">Contact Us</h1> +<h1 id="policies">Policies</h1> -<p>There are many ways to reach the Beam user and developer communities - use -whichever one seems best!</p> +<p>This page contains a list of major policies agreed upon by the Apache Beam community.</p> -<table class="table"> - <thead> - <tr> - <th>How to contact us</th> - <th>When to use it</th> - </tr> - </thead> - <tbody> - <tr> - <td><a href="https://lists.apache.org/[email protected]">user@</a> mailing list</td> - <td>User support and questions (<a href="mailto:[email protected]">Subscribe</a>, <a href="mailto:[email protected]">Unsubscribe</a>)</td> - </tr> - <tr> - <td><a href="https://lists.apache.org/[email protected]">dev@</a> mailing list</td> - <td>Development discussions (<a href="mailto:[email protected]">Subscribe</a>, <a href="mailto:[email protected]">Unsubscribe</a>)</td> - </tr> - <tr> - <td><a href="https://lists.apache.org/[email protected]">commits@</a> mailing list</td> - <td>Firehose of commits, bugs, pull requests, etc. (<a href="mailto:[email protected]">Subscribe</a>, <a href="mailto:[email protected]">Unsubscribe</a>)</td> - </tr> - <tr> - <td><a href="https://issues.apache.org/jira/browse/BEAM">JIRA bug tracker</a></td> - <td>Report bugs / discover known issues</td> - </tr> - <tr> - <td><a href="http://stackoverflow.com/questions/tagged/apache-beam">StackOverflow</a></td> - <td>Ask and answer user support questions</td> - </tr> - <tr> - <td><a href="https://s.apache.org/beam-slack-channel">Slack</a></td> - <td>Chat with users and developers (<a href="https://s.apache.org/slack-invite">Join</a>)</td> - </tr> - </tbody> -</table> +<h2 id="releases">Releases</h2> -<p>If you wish to report a security vulnerability, please contact <a href="mailto:[email protected]">[email protected]</a>. Apache Beam follows the typical <a href="https://apache.org/security/committers.html#vulnerability-handling">Apache vulnerability handling process</a>.</p> +<p>Apache Beam makes minor releases every 6 weeks. Apache Beam has a <a href="https://calendar.google.com/calendar/embed?src=0p73sl034k80oob7seouanigd0%40group.calendar.google.com">calendar</a> for cutting the next release branch. Once a release branch is cut, the community works quickly to finalize that release.</p> </div> </div> diff --git a/content/community/presentation-materials/index.html b/content/community/presentation-materials/index.html index 8e4ad6c..1f4dadb 100644 --- a/content/community/presentation-materials/index.html +++ b/content/community/presentation-materials/index.html @@ -138,6 +138,7 @@ <li><span class="section-nav-list-main-title">Community</span></li> <li><a href="/community/contact-us">Contact Us</a></li> +<li><a href="/community/policies">Policies</a></li> <li><a href="/community/youtube-channel">YouTube channel</a></li> <li> <span class="section-nav-list-title">Promotion</span> diff --git a/content/community/youtube-channel/index.html b/content/community/youtube-channel/index.html index c5ea7ef..513fb1e 100644 --- a/content/community/youtube-channel/index.html +++ b/content/community/youtube-channel/index.html @@ -138,6 +138,7 @@ <li><span class="section-nav-list-main-title">Community</span></li> <li><a href="/community/contact-us">Contact Us</a></li> +<li><a href="/community/policies">Policies</a></li> <li><a href="/community/youtube-channel">YouTube channel</a></li> <li> <span class="section-nav-list-title">Promotion</span>
