Skip to content

Commit 4493a3d

Browse files
committed
[CONTRIBUTING] add governance models
1 parent 5bd364a commit 4493a3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ How to contribute to python-odml
44
This document gives some information about how to contribute to the odML project.
55

66

7+
Governance model
8+
----------------
9+
We do not employ a strict governance model in this project. There is a core team of **maintainers** who are more or less long-term contributors and feel a certain level of responsibility for the project. There is also a set of one-time, or short period **contributors**. We consider everyone a contributor who reports issues, opens pull requests, or takes part in issue discussions. That means our governance model is somewhere between *Meritocracy* and *BDFL* [(more on governance)](https://opensource.guide/leadership-and-governance/).
10+
11+
So far, only **maintainers** have commit access to the repository and will review and merge pull-requests. Becoming a maintainer is possible for eveyone who wants to help maintaining and shaping the project and to take over more responsibility.
12+
13+
Any addition to the code happens via pull-requests (there are only very few exceptions in which anyone of us pushes directly to master, see below for more information). Thus, any contribution will be reviewed before it is merged. Bug-fixes and other contributions to the API will undergo this pragmatic approach. Format changes, especially those that would lead to breaking changes, will be discussed in the issue tracker and meetings beforehands and need to be agreed on by the **maintainters**.
14+
715
Contributing
816
------------
917

0 commit comments

Comments
 (0)