Skip to content

Commit 8c12b54

Browse files
authored
Add new board (#448)
1 parent 9967bae commit 8c12b54

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

docs/operations/boards.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ Kanonickým zdrojem pravdy je ale `výpis na justice.cz <https://or.justice.cz/i
1212
1313
1414
15+
Výbor od 7.5.2025
16+
-------------------------------------------------
17+
18+
.. csv-table::
19+
:header: "Jméno", "GitHub", "Funkce"
20+
21+
Jakub Vysoký, `@kvbik <https://github.com/kvbik>`_,
22+
Jan Čermák, `@sairon <https://github.com/sairon>`_, |:moneybag:|
23+
Karolina Surma, `@befeleme <https://github.com/befeleme>`_, |:crown:|
24+
Petr Viktorin, `@encukou <https://github.com/encukou>`_,
25+
Jakub Červinka, `@JakubDotPy <https://github.com/JakubDotPy>`_,
26+
1527
Výbor od 9.4.2022
1628
-------------------------------------------------
1729

src/pyvec_docs/boards.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# The Pyvec board members in time
22
# The current board is first, previous boards are listed in descending order
33
# Each member has a `name`, `github`, and optionally a `roles` array
4+
#
5+
# "start_on" is the day when the board assumed power.
6+
7+
8+
[[board]]
9+
start_on = "2025-05-07"
10+
11+
[[board.members]]
12+
name = "Jakub Vysoký"
13+
github = "kvbik"
14+
15+
[[board.members]]
16+
name = "Jan Čermák"
17+
github = "sairon"
18+
roles = ["treasurer"]
19+
20+
[[board.members]]
21+
name = "Karolina Surma"
22+
github = "befeleme"
23+
roles = ["chair"]
24+
25+
[[board.members]]
26+
name = "Petr Viktorin"
27+
github = "encukou"
28+
29+
[[board.members]]
30+
name = "Jakub Červinka"
31+
github = "JakubDotPy"
32+
433

534
[[board]]
635
start_on = "2022-04-09"

0 commit comments

Comments
 (0)