1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
---
layout: default
title: Community
---
<div class="hgroup">
<div class="hgroup-inline">
<div class="panel">
<h1 id="community">Community</h1>
</div>
<div style="clear: both"></div>
</div>
</div>
<div class="hgroup">
<div class="hgroup-inline">
<div class="panel">
<p>
The <a href="https://groups.google.com/forum/#!forum/jsonnet">Google group</a> is a public
mailing list that anyone can join to ask questions about / discuss Jsonnet. We
also use the list for release announcements and other relevant communications to Jsonnet
users.
</p>
<p>
The #jsonnet channel on <a href="https://kubernetes.slack.com">Kubernetes Slack</a> is
for discussion around the use of Jsonnet with Kubernetes.
</p>
<p>
There is also an IRC channel: #jsonnet on the freenode network (chat.freenode.net).
</p>
<p>
There is a <a href="https://stackoverflow.com/questions/tagged/jsonnet">Jsonnet tag</a> on
<a href="https://stackoverflow.com/">Stack Overflow</a>.
</p>
</div>
<div style="clear: both"></div>
</div>
</div>
<div class="hgroup">
<div class="hgroup-inline">
<div class="panel">
<h2 id="license">License & Contributions</h2>
</div>
<div style="clear: both"></div>
</div>
</div>
<div class="hgroup">
<div class="hgroup-inline">
<div class="panel">
<p>
All Jsonnet implementations are licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</a> license.
</p>
<p>
You're welcome to contribute to Jsonnet via Github and do share your plans with us even if
you're at an early stage. If it's your first time submitting a pull request, a bot will ask
you to sign either the Google <a
href="https://developers.google.com/open-source/cla/individual">individual</a> or <a
href="https://developers.google.com/open-source/cla/corporate">corporate</a> contributor
license agreement (CLA). CLAs are a common requirement when patching open source software
projects owned by large companies.
</p>
</div>
<div style="clear: both"></div>
</div>
</div>
|