Add community page
This creates a new page with all of the community related information, including contributing. Change-Id: Idf61a76c79acb062b5c348d24b2920688925729a
This commit is contained in:
parent
f2d3d40106
commit
24ecafeb9f
@ -1461,6 +1461,11 @@ blockquote {
|
||||
section.special, article.special {
|
||||
text-align: center; }
|
||||
|
||||
article h3 {
|
||||
clear: both; }
|
||||
article p {
|
||||
margin: 0 0 1em 0; }
|
||||
|
||||
header p {
|
||||
color: #999;
|
||||
font-size: 1.25em;
|
||||
@ -1563,6 +1568,15 @@ label {
|
||||
.image.left img {
|
||||
display: block;
|
||||
width: 100%; }
|
||||
.image.right {
|
||||
display: block;
|
||||
float: right;
|
||||
margin: 0 0 2em 2em;
|
||||
position: relative;
|
||||
top: 0.25em; }
|
||||
.image.right img {
|
||||
display: block;
|
||||
width: 100%; }
|
||||
.image.fit {
|
||||
display: block; }
|
||||
.image.fit img {
|
||||
|
@ -165,6 +165,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
article {
|
||||
h3 {
|
||||
clear: both;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
p {
|
||||
color: _palette(fg-light);
|
||||
@ -291,6 +300,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.right {
|
||||
display: block;
|
||||
float: right;
|
||||
margin: 0 0 2em 2em;
|
||||
position: relative;
|
||||
top: 0.25em;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&.fit {
|
||||
display: block;
|
||||
|
||||
|
123
www/community.html
Normal file
123
www/community.html
Normal file
@ -0,0 +1,123 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Arcana by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>Zuul: Cross-Project CI/CD with Ansible</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<div id="header">
|
||||
|
||||
<!-- Logo -->
|
||||
<h1>
|
||||
<a href="/"><img id="logo" src="images/logo.svg" alt="Zuul"/></a>
|
||||
</h1>
|
||||
|
||||
<!-- Nav -->
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li>
|
||||
<a href="docs/">Documentation</a>
|
||||
<ul>
|
||||
<li><a href="docs/zuul/">Zuul</a></li>
|
||||
<li><a href="docs/nodepool">Nodepool</a></li>
|
||||
<li><a href="docs/zuul-jobs">Zuul Jobs</a></li>
|
||||
<li><a href="docs/zuul-base-jobs">Base Jobs</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="current"><a href="community.html">Community</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<section class="wrapper style1">
|
||||
<div class="container">
|
||||
<div id="content">
|
||||
<article>
|
||||
<header class="major">
|
||||
<h2>Join the Community</h2>
|
||||
</header>
|
||||
|
||||
<h3>Join the Mailing List</h3>
|
||||
<a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo" class="image right"><img src="images/lists.png" alt="" /></a>
|
||||
<p>Zuul has <a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo">mailing lists</a> for announcements and discussions.</p>
|
||||
<p>If you run Zuul, join the <em>zuul-announce</em> list to receive announcements from the Zuul team about releases and upcoming changes.</p>
|
||||
<p>Join the <em>zuul-discuss</em> list to ask questions about using Zuul or contributing to its development. All potential and existing developers, users, and operators of Zuul are welcome.</p>
|
||||
|
||||
<h3>Chat on IRC</h3>
|
||||
<a href="http://webchat.freenode.net/?channels=%23zuul" class="image right"><img src="images/irc.png" alt="" /></a>
|
||||
<p>Join <a href="http://webchat.freenode.net/?channels=%23zuul">#zuul</a> on FreeNode</p>
|
||||
<p>Developers and users are in the <em>#zuul</em> channel on Freenode 24 hours a day. But sometimes we leave our desks, so if you ask a question there, be patient.</p>
|
||||
|
||||
<h3>Report Bugs</h3>
|
||||
<p>Zuul uses OpenStack's Storyboard service to track bugs.</p>
|
||||
<p>Visit <a href="https://storyboard.openstack.org/#!/project/679">Storyboard</a> to search for or report Zuul bugs. Select the project "openstack-infra/zuul".</p>
|
||||
|
||||
<h3>Propose or Review Changes</h3>
|
||||
<p>Zuul uses OpenStack's Gerrit service for code review.</p>
|
||||
<p>Visit <a href="https://review.openstack.org/#/q/status:open%20project:openstack-infra/zuul">Gerrit</a> to help review proposed changes to Zuul.</p>
|
||||
<p>View or clone the source code from <a href="https://git.zuul-ci.org/">git.zuul-ci.org</a>.</p>
|
||||
<p>To propose a change, create an account in Gerrit, then use the <a href="https://docs.openstack.org/infra/git-review/installation.html">git-review</a> tool to submit patches.</p>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<div id="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<section class="3u 6u(narrower) 12u$(mobilep)">
|
||||
<h3>Get Zuul</h3>
|
||||
<ul class="links">
|
||||
<li><a href="https://git.zuul-ci.org/">Source</a></li>
|
||||
<li><a href="https://pypi.python.org/pypi/zuul/">Install</a></li>
|
||||
<li><a href="https://zuul-ci.org/docs/">Documentation</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="3u 6u$(narrower) 12u$(mobilep)">
|
||||
<h3>Get Involved</h3>
|
||||
<ul class="links">
|
||||
<li><a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo">Mailing lists</a></li>
|
||||
<li><a href="http://webchat.freenode.net/?channels=%23zuul">IRC</a> #zuul on Freenode</li>
|
||||
<li><a href="https://storyboard.openstack.org/#!/project/679">Bugs</a></li>
|
||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-infra/zuul">Code Review</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Copyright -->
|
||||
<div class="copyright">
|
||||
<ul class="menu">
|
||||
<li>© Zuul Contributors. Licensed under Creative Commons Attribution 3.0</li><li>Design based on Arcana from: <a href="http://html5up.net">HTML5 UP</a></li><li><a href="https://git.zuul-ci.org/cgit/zuul-website/tree/">Browse page source</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="assets/js/jquery.min.js"></script>
|
||||
<script src="assets/js/jquery.dropotron.min.js"></script>
|
||||
<script src="assets/js/skel.min.js"></script>
|
||||
<script src="assets/js/util.js"></script>
|
||||
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -38,6 +38,7 @@
|
||||
<li><a href="zuul-base-jobs/">Base Jobs</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/community.html">Community</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
@ -38,6 +38,7 @@
|
||||
<li><a href="docs/zuul-base-jobs">Base Jobs</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user