-
Notifications
You must be signed in to change notification settings - Fork 1
/
contribute.html
19 lines (14 loc) · 1.16 KB
/
contribute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: Contribute
---
<div class="jumbotron">
<h1>How to Contribute...</h1>
<p style="line-height: 2.5em">
<a href="https://github.com/Quantomatic/quantomatic" class="btn btn-lg btn-success" role="button">GitHub Project »</a>
<a href="https://groups.google.com/forum/#!forum/quantomatic" class="btn btn-lg btn-success" role="button">Google Group »</a>
</p>
<p>Since QuantoDerive is in a pre-release phase, you can help by trying it out, and when you (inevitably) encounter bugs, letting us know via email or (preferably) by reporting them as <a href="https://github.com/Quantomatic/quantomatic/issues">issues</a> on the GitHub project page.</p>
<p>If you would like to contribute to the Quantomatic project, get in touch with <a href="http://www.comlab.ox.ac.uk/people/Aleks.Kissinger">Aleks</a> or fork us on <a href="https://github.com/Quantomatic/quantomatic">GitHub</a>.</p>
<p>Some documentation for developers is on the <a href="https://github.com/Quantomatic/quantomatic/wiki">project wiki</a>. You'll also want to join the <a href="https://groups.google.com/forum/#!forum/quantomatic">Quantomatic Google group</a>.</p>
</div>