-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcontribute.html
More file actions
26 lines (23 loc) · 921 Bytes
/
contribute.html
File metadata and controls
26 lines (23 loc) · 921 Bytes
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
---
layout: columns
title: Contribute
description: 'If you feel like contributing to the Cuberite project, there are various ways you can do so. Create code, report bugs or donate.'
---
<p>If you feel like contributing to Cuberite, there are various ways you can do so.</p>
<div class="columns">
<div>
<h2>Code</h2>
<p>We welcome any interested developers to contribute to Cuberite.</p>
<a href="https://github.com/cuberite/cuberite/blob/master/GETTING-STARTED.md" class="button">Get Started</a>
</div>
<div>
<h2>Report Bugs</h2>
<p>Bug reports help us keep track of what should be changed and corrected in Cuberite.</p>
<a href="https://github.com/cuberite/cuberite/issues" class="button">Bug Tracker</a>
</div>
<div>
<h2>Donate</h2>
<p>Donations are used to cover hosting expenses and to reward developers.</p>
<a href="https://liberapay.com/Cuberite" class="button">Donate</a>
</div>
</div>