---
layout: default
---
<h1 id="contributing">Contributing</h1>
<h2 id="community">Community</h2>
<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 or otherwise discuss Jsonnet. We also use
the list for release announcements and other relevant communications to Jsonnet users.</p>
<p>There is also an IRC channel: #jsonnet on the freenode network (chat.freenode.net).</p>
<h2 id="license">License & Contributions</h2>
<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>If you wish to contribute a patch to Jsonnet, do keep us informed as we may be able to help.
Please create a fork on Github and do your work there. Before we can merge your pull request, we
need 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), unless you are a Google employee, intern, or contractor. CLAs are a common
requirement when patching open source software projects owned by large companies.
</p>