Skip to content

Commit 961de1b

Browse files
authored
start working on some documentation of the community governance (#302)
* start working on some documentation of the community governance Signed-off-by: Felix Kronlage-Dammers <[email protected]> * markdown lint Signed-off-by: Felix Kronlage-Dammers <[email protected]> * there is no community page within governance for now Signed-off-by: Felix Kronlage-Dammers <[email protected]> * one too many Signed-off-by: Felix Kronlage-Dammers <[email protected]> * does this work better? Signed-off-by: Felix Kronlage-Dammers <[email protected]> * Revert "does this work better?" This reverts commit a096891. * next attempt Signed-off-by: Felix Kronlage-Dammers <[email protected]> * better linsk Signed-off-by: Felix Kronlage-Dammers <[email protected]> --------- Signed-off-by: Felix Kronlage-Dammers <[email protected]>
1 parent 6976d42 commit 961de1b

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

community/governance/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Governance of the SCS Community
2+
3+
The SCS Community is governed by the [SCS Project Board](/community/governance/project-board). The _Project Board_ is elected on a yearly basis.
4+
The governance of the community is described in the procedural standard [SCS-0005](https://docs.scs.community/standards/global/scs-0005).

community/governance/project-board.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# The SCS Project Board
2+
3+
The governance of the community is described in the procedural standard [SCS-0005](https://docs.scs.community/standards/global/scs-0005).
4+
5+
## Project Board Term 2025
6+
7+
For the term 2025 the project board consists of:
8+
9+
Spokesperson: Felix Kronlage-Dammers, @fkr
10+
11+
| Name, Firstname | Github Handle | E-Mail | Remark |
12+
| ----------------------- | ---------------------------------------------- | ------------------------------------------------------------ |---------------------------------
13+
| Berendt, Christian | [@berendt](https://github.com/berendt) | [[email protected]](mailto:[email protected]) | Elected by Community |
14+
| Feder, Matej | [@matofeder](https://github.com/matofeder) | [[email protected]](mailto:[email protected])| Elected by Community |
15+
| Garloff, Kurt | [@garloff](https://github.com/garloff) | [[email protected]](mailto:[email protected]) | Elected by Community |
16+
| Kronlage-Dammers, Felix | [@fkr](https://github.com/fkr) | [[email protected]](mailto:[email protected]) | Represents Forum SCS-Standards |
17+
| Schoone, Jan | [@jschoone](https://github.com/jschoone) | [[email protected]](mailto:[email protected]) | Elected by Community |

sidebarsCommunity.js

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ const sidebars = {
55
community: [
66
'index',
77
'mission-statement',
8+
{
9+
type: 'category',
10+
link: {
11+
type: 'doc',
12+
id: 'governance/index'
13+
},
14+
label: 'Governance',
15+
items: [
16+
'governance/project-board'
17+
]
18+
},
819
'license-considerations',
920
{
1021
type: 'category',

0 commit comments

Comments
 (0)