summaryrefslogtreecommitdiff
path: root/contrib/COMMITTERS.rst.j2
blob: 6f602d6c3bd95c71498fa0d138a03a494910cf78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. _committers:

Committers
==========

Full commit access
-------------------
List of people with full commit access, i.e. blanket commit access to
the BuildStream codebase. Note that this is not a full list of all
contributors.

+-----------------------------------+-----------------------------------+
| Full Name                         | GitLab User                       |
+===================================+===================================+
{% for name, username in committers.items() -%}
| {{ get_table_entry(name) }}| {{ get_table_entry(username)}}|
+-----------------------------------+-----------------------------------+
{% endfor %}