Commit 02e974e 1 parent 546a0f2 commit 02e974e Copy full SHA for 02e974e
File tree 4 files changed +20
-0
lines changed
4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# Name of the GitHub organisation
6
6
org_name : OpenRailAssociation
7
+ # List of owners of the GitHub organisation
8
+ org_owners :
9
+ - cornelius
10
+ - loic-hamelin
11
+ - mxmehl
12
+
13
+ # Default settings. Will be overridden if set in a team.
14
+ # If neither defaults nor team settings are present:
15
+ # - when creating a new team, will take GitHub's defaults.
16
+ # - when syncing setting of a team, will not touch the current status.
17
+ defaults :
18
+ team :
19
+ # Level of privacy of a team. Can be "secret" or "closed"
20
+ privacy : " closed"
21
+ # Notification setting of a team. Can be "notifications_enabled" or "notifications_disabled"
22
+ notification_setting : " notifications_enabled"
Original file line number Diff line number Diff line change 2
2
# General OpenRail teams
3
3
# ------------------------------------------------------------------------------
4
4
OpenRail Team :
5
+ description : The members of the OpenRail Team
5
6
member :
6
7
- cornelius
7
8
- Keller-Peter
Original file line number Diff line number Diff line change 2
2
# OSRD - Open Source Railway Designer
3
3
# ------------------------------------------------------------------------------
4
4
OSRD :
5
+ description : Members of the OSRD project
5
6
maintainer :
6
7
- ElysaSrc
7
8
- bloussou
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Technical Committee:
5
5
# The members of the TC:
6
6
# https://github.com/OpenRailAssociation/technical-committee/blob/main/README.md#members
7
7
# The maintainers (below) will automatically become members of this team as well
8
+ description : The Technical Committee of the OpenRail Association
8
9
member :
9
10
- aiAdrian # NGE
10
11
- flomonster # OSRD
@@ -18,6 +19,7 @@ Technical Committee Maintainers:
18
19
parent : Technical Committee
19
20
# The maintainers of the TC repo:
20
21
# https://github.com/OpenRailAssociation/technical-committee/blob/main/MAINTAINERS.md
22
+ description : The maintainers of OpenRail Association's Technical Committee
21
23
member :
22
24
- cornelius # appointed
23
25
- Keller-Peter # appointed
You can’t perform that action at this time.
0 commit comments