Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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](https://github.com/berendt) | [berendt@osism.tech](mailto:berendt@osism.tech) | Elected by Community |
| Feder, Matej | [@matofeder](https://github.com/matofeder) | [matej.feder@dnation.cloud](mailto:matej.feder@dnation.cloud)| Elected by Community |
| Garloff, Kurt | [@garloff](https://github.com/garloff) | [scs@garloff.de](mailto:scs@garloff.de) | Elected by Community |
| Kronlage-Dammers, Felix | [@fkr](https://github.com/fkr) | [fkr@osb-alliance.com](mailto:fkr@osb-alliance.com) | Represents Forum SCS-Standards |
| Schoone, Jan | [@jschoone](https://github.com/jschoone) | [jan.schoone@uhurutec.com](mailto:jan.schoone@uhurutec.com) | Elected by Community |
11 changes: 11 additions & 0 deletions sidebarsCommunity.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ const sidebars = {
community: [
'index',
'mission-statement',
{
type: 'category',
link: {
type: 'doc',
id: 'governance/index'
},
label: 'Governance',
items: [
'governance/project-board'
]
},
'license-considerations',
{
type: 'category',
Expand Down
Loading