Skip to content

Commit e104138

Browse files
authored
docs: Update committer and PMC list (apache#23621)
## Which issue does this PR close? ## Rationale for this change I noticed that https://datafusion.apache.org/contributor-guide/governance.html was somewhat out of date, so I added it ## What changes are included in this PR? 1. Updated update instructions 2. Updated content ## Are these changes tested? <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> ## Are there any user-facing changes? website only
1 parent 12fa0ce commit e104138

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/source/contributor-guide/governance.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ DataFusion is currently governed by the following individuals
4343
The following table can be updated by running the following script:
4444
4545
```bash
46-
python 3 docs/scripts/update_committer_list.py
47-
prettier -w docs/scripts/update_committer_list.py
46+
python3 docs/scripts/update_committer_list.py
47+
ci/scripts/doc_prettier_check.sh --write --allow-dirty
4848
```
4949
5050
Notes:
@@ -71,6 +71,7 @@ Notes:
7171
| Jeffrey Vo | jeffreyvo | [Jefffrey](https://github.com/Jefffrey) | | PMC |
7272
| Jonah Gao | jonah | [jonahgao](https://github.com/jonahgao) | | PMC |
7373
| Kun Liu | liukun | [liukun4515](https://github.com/liukun4515) | | PMC |
74+
| Matt Butrovich | mbutrovich | [mbutrovich](https://github.com/mbutrovich) | Apple | PMC |
7475
| Marko Milenković | milenkovicm | [milenkovicm](https://github.com/milenkovicm) | | PMC |
7576
| Mehmet Ozan Kabak | ozankabak | [ozankabak](https://github.com/ozankabak) | Synnada, Inc | PMC |
7677
| Tim Saucer | timsaucer | [timsaucer](https://github.com/timsaucer) | | PMC |
@@ -95,14 +96,14 @@ Notes:
9596
| Siew Kam Onn | kosiew | [kosiew](https://github.com/kosiew) | | Committer |
9697
| Kumar Ujjawal | kumarujjawal | [kumarUjjawal](https://github.com/kumarUjjawal) | | Committer |
9798
| Lewis Zhang | linwei | [lewiszlw](https://github.com/lewiszlw) | diit.cn | Committer |
98-
| Matt Butrovich | mbutrovich | [mbutrovich](https://github.com/mbutrovich) | Apple | Committer |
9999
| Metehan Yildirim | mete | [metegenez](https://github.com/metegenez) | | Committer |
100-
| Martin Tzvetanov Grigorov | mgrigorov | | | Committer |
100+
| Martin Tzvetanov Grigorov | mgrigorov | [martin-g](https://github.com/martin-g) | | Committer |
101101
| Wang Mingming | mingmwang | [mingmwang](https://github.com/mingmwang) | | Committer |
102102
| Michael Ward | mjward | [Michael-J-Ward ](https://github.com/Michael-J-Ward) | | Committer |
103103
| Marco Neumann | mneumann | [crepererum](https://github.com/crepererum) | InfluxData | Committer |
104+
| Neil Conway | neilc | [neilconway](https://github.com/neilconway) | | Committer |
104105
| Zhong Yanghong | nju_yaho | [yahoNanJing](https://github.com/yahoNanJing) | | Committer |
105-
| Nuno Faria | nunofaria | | | Committer |
106+
| Nuno Faria | nunofaria | [nuno-faria](https://github.com/nuno-faria) | | Committer |
106107
| Paddy Horan | paddyhoran | [paddyhoran](https://github.com/paddyhoran) | Assured Allies | Committer |
107108
| Parth Chandra | parthc | [parthchandra](https://github.com/parthchandra) | Apple | Committer |
108109
| Rémi Dettai | rdettai | [rdettai](https://github.com/rdettai) | | Committer |

0 commit comments

Comments
 (0)