-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommunity.html
40 lines (37 loc) · 1.78 KB
/
community.html
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
---
published: true
title: Community
sectionid: community
layout: html_page
---
<div class="facet-header">
<div class="container">
<h1>Join the facet.js community</h1>
<h4>Questions, suggestions, ideas and contributions are welcome</h4>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2>Converse</h2>
<p>We are working on expanding the documentation. If you any questions about usage or code, feel free to contact any of us.</p>
<dl class="dl-horizontal">
<!--
<dt>Mailing List</dt>
<dd>facet-development@googlegroups.com</dd>
-->
<dt>GitHub</dt>
<dd><a href="{{site.data.contact.github}}">{{site.data.contact.github}}</a></dd>
<dt>Google Group</dt>
<dd><a href="{{site.data.contact.forum}}">{{site.data.contact.forum}}</a></dd>
<!-- <dt>IRC</dt><dd><code>#facetjs</code> on irc.freenode.net.</dd> -->
</dl>
<!--
<h2 id="contribute">Contribute</h2>
<p>We intend for facet.js to be a community-led project and we’re delighted to work with engineers everywhere on everything from fixes, new connectors, and core projects.</p>
<p>Of course, there are more ways to contribute than writing code; feature suggestions, reporting bugs, <a href="documentation.html">documentation</a> and usability feedback all matter immensely. If you have any questions or concerns around contributions, please direct them at the google group listed above.</p>
<p>We ask that if you do contribute major new functionality or major changes to current functionality to please also include some tests and also make the corresponding changes to relevant docs. This helps us maintain the code base for everyone.</p>
-->
</div>
</div>
</div>