Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.14 KB

editorial-board.md

File metadata and controls

44 lines (31 loc) · 1.14 KB
layout title
base
GTN Editorial Board

{% assign contributors = site.data['contributors'] %} {% assign sorted_topics = site | list_topics_ids %}

GTN Editorial Board

A big Thank You! to the GTN Editorial Board members who ensure the quality of the tutotials in their respective topics.

{% for t in sorted_topics %} {% assign topic = site.data[t] %}

{{ topic.title }}

{% include _includes/contributor-list.html contributors=topic.editorial_board badge=true %}

{% endfor %}

Codeowners

Automatic CODEOWNERS file (just to make it easier to keep updated)

assets/     @bebatut @shiltemann @hexylena
bin/        @bebatut @shiltemann @hexylena
metadata/   @bebatut @shiltemann @hexylena
badges/     @hexylena
_layouts/   @bebatut @shiltemann @hexylena
_includes/  @bebatut @shiltemann @hexylena
_plugins/   @bebatut @hexylena

{% for t in sorted_topics %}{% assign topic = site.data[t] %}
topics/{{t}}/               {% for member in topic.editorial_board %} @{{member}} {% endfor %}{% endfor%}