-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathcredits.html
67 lines (56 loc) · 2.16 KB
/
credits.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
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
---
title: Credits
description: Key contributors and developers behind the Luanti project
layout: default
redirect_from:
- /credits.html
- /contributors/
---
<section class="section">
<div class="container">
<div class="columns is-centered">
<div class="column is-10 is-9-desktop is-8-widescreen is-7-fullhd content">
<h1>Credits</h1>
<h2>Core Team</h2>
<p>
The core team consists of contributors with special privileges and
responsibilities.
</p>
<p>
Core developers decide what can be added to Luanti by voting for
and against pull requests. They also have commit access to the Luanti
team's repositories on GitHub.
<a href="https://dev.minetest.net/Organisation">Learn more.</a>
</p>
<h3>Active Core Developers</h3>
{% include credits_list.html people=site.data.credits.core_developers %}
<h3>Active Core Team Members</h3>
{% include credits_list.html people=site.data.credits.core_team %}
<h3>Previous Core Developers</h3>
{% include credits_list.html people=site.data.credits.previous_core_developers %}
<hr>
<h2>Contributors</h2>
<p>
Also see the complete lists of
<a href="https://github.com/minetest/minetest/graphs/contributors">Luanti</a> and
<a href="https://github.com/minetest/minetest_game/graphs/contributors">Minetest Game</a>
contributors.
</p>
<h3>Active</h3>
{% include credits_list.html people=site.data.credits.contributors %}
<h3>Previous</h3>
{% include credits_list.html people=site.data.credits.previous_contributors %}
<p class="has-text-weight-bold">
More information can be found at
{% comment %}
OpenHub seems to be flaky, so ignore it in HTMLProofer link checking.
{% endcomment %}
<a href="https://www.openhub.net/p/minetest-c55" data-proofer-ignore>Open Hub</a>.
</p>
<p>
Want to <a href="{{ '/get-involved/#contribute' | relative_url }}">contribute</a>?
</p>
</div>
</div>
</div>
</section>