Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.3 KB

File metadata and controls

47 lines (34 loc) · 1.3 KB
layout base
title 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 %} {% unless topic.tag_based %}

View the Topic maintainer page for this topic.

{% endunless %} {% 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%}