Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions community/governance/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Governance of the SCS Community

The SCS Community is governed by the [SCS Project Board](/community/governance/project-board). The _Project Board_ is elected on a yearly basis.
The governance of the community is described in the procedural standard [SCS-0005](https://docs.scs.community/standards/global/scs-0005).
17 changes: 17 additions & 0 deletions community/governance/project-board.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# The SCS Project Board

The governance of the community is described in the procedural standard [SCS-0005](https://docs.scs.community/standards/global/scs-0005).

## Project Board Term 2025

For the term 2025 the project board consists of:

Spokesperson: Felix Kronlage-Dammers, @fkr

| Name, Firstname | Github Handle | E-Mail | Remark |
| ----------------------- | -------------- | ----------------------------------- |---------------------------------
| Berendt, Christian | @berendt | <berendt@osism.tech> | Elected by Community |
| Feder, Matej | @matofeder | <matej.feder@dnation.cloud> | Elected by Community |
| Garloff, Kurt | @garloff | <scs@garloff.de> | Elected by Community |
| Kronlage-Dammers, Felix | @fkr | <fkr@osb-alliance.com> | Represents Forum SCS-Standards |
| Schoone, Jan | @jschoone | <jan.schoone@uhurutec.com> | Elected by Community |
12 changes: 12 additions & 0 deletions sidebarsCommunity.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ const sidebars = {
community: [
'index',
'mission-statement',
'governance',
{
type: 'category',
link: {
type: 'doc',
id: 'governance/index'
},
label: 'Governance',
items: [
'governance/project-board'
]
},
'license-considerations',
{
type: 'category',
Expand Down
Loading