forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iox-eclipse-iceoryx#356 Add GOVERNANCE.md and adapt other md files ac…
…cordingly Signed-off-by: Simon Hoinkis <[email protected]>
- Loading branch information
1 parent
a4ec09b
commit 8dbd6ad
Showing
3 changed files
with
94 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Eclipse iceoryx governance | ||
|
||
Eclipse iceoryx is governed by its maintainers under the umbrella of [OpenADx](https://openadx.eclipse.org/). | ||
This document describes the processes additionally to the [Eclipse process](https://www.eclipse.org/projects/handbook/). | ||
|
||
## Maintainers | ||
|
||
An up to date list of the maintainers can be found at the [Eclipse project page](https://projects.eclipse.org/projects/technology.iceoryx/who). | ||
|
||
## Bi-weekly meetup | ||
|
||
Bi-weekly every Thursday for 1 hour. Everyone is welcome to join. | ||
|
||
``` | ||
08:00 PST (GMT - 8) | ||
16:00 GMT | ||
17:00 CET (GMT + 1) | ||
21:30 IST (GMT + 5.5) | ||
23:00 CST (GMT + 7) | ||
``` | ||
|
||
### Topics | ||
|
||
* Propse features | ||
* Present and discuss a design document | ||
* Discuss pull requests without going into details | ||
* E.g. a small demo | ||
* Steer direction of Eclipse iceoryx | ||
* Go over the milestone list and move the issues between the three prio's | ||
* Raise and answer questions | ||
* Discuss tooling and infrastructure | ||
* All others topics related to iceoryx one can think of | ||
|
||
> Friendly-reminder: | ||
> | ||
> * Discussions about technical issues or in-depth topics should be **avoided**, e.g. "Why is my build broken? I need help" | ||
> * Please stick to the agenda, stay on the topic and move side topics to other meetings | ||
### Meeting minutes | ||
|
||
Meetinges minutes are stored in the [wiki](https://github.com/eclipse/iceoryx/wiki/Developer-meetup). | ||
An Eclipse maintainer will save the meeting minutes on a new page for every meeting. | ||
|
||
If you have points that you want to discuss, please send your points to the [mailing list](mailto:[email protected]) a couple of days before. | ||
|
||
#### Minutes template | ||
|
||
``` | ||
Date: 1st January 1900 | ||
Time: 17:00 CET | ||
## Attendees | ||
* Max Mustermann, [email protected] | ||
* John Doe, [email protected] | ||
## Agenda | ||
1. Introduction of new participations, 42 mins | ||
2. Other agenda points?, 8 mins | ||
3. Agenda point 1, 4 mins | ||
4. Agenda point 2, 4 mins | ||
## Minutes | ||
### Agenda point 1 | ||
* Add discussion here | ||
### Agenda point 2 | ||
* Add discussion here | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters