Bug 35504: Add ktd maintainer

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Martin Renvoize 2023-12-12 12:04:56 +00:00 committed by Katrin Fischer
parent 8190fdb5bd
commit 29c1225bf8
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834
2 changed files with 18 additions and 0 deletions

View file

@ -1358,6 +1358,8 @@ team:
- name: Tomás Cohen Arazi
ci:
- name: Mason James
ktd:
- name: Tomás Cohen Arazi
wiki:
- name: Thomas Dukleth
- name: Katrin Fischer

View file

@ -202,6 +202,22 @@
[% END %]
[% END %]
[% IF t.ktd %]
[% IF t.ktd.size == 1 %]
<li><strong><a href="https://gitlab.com/koha-community/koha-testing-docker">KTD</a> maintainer:</strong>
[% INCLUDE person p=t.ktd.0 %]
</li>
[% ELSE %]
<li><strong><a href="https://gitlab.com/koha-community/koha-testing-docker">KTD</a> maintainers:</strong>
<ul>
[% FOREACH j IN t.ktd %]
<li>[% INCLUDE person p=j %]
[% END %]
</ul>
</li>
[% END %]
[% END %]
[% IF t.bugwrangler %]
<li><strong>Bug wranglers:</strong>
<ul>