diff options
author | J. Dekker <jdek@itanimul.li> | 2022-02-16 02:49:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-12 10:14:22 +0100 |
commit | 926059dbf36c00807720a9160a43b4fa13f0d6ae (patch) | |
tree | f5f906d4111d62826a7c334d8cf54ef349bd7dd3 /doc | |
parent | 2b4273072dbb1dde2ab4bbbd30b3cef4042fc4fb (diff) | |
download | ffmpeg-926059dbf36c00807720a9160a43b4fa13f0d6ae.tar.gz |
tools: add general_assembly.pl
This script generates the current general assembly voters according to
the criteria of '20 commits in the last 36 months'.
Signed-off-by: J. Dekker <jdek@itanimul.li>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev_community/community.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/dev_community/community.md b/doc/dev_community/community.md index 21e08e20e3..516ca5c05e 100644 --- a/doc/dev_community/community.md +++ b/doc/dev_community/community.md @@ -25,6 +25,9 @@ proposal by a member of the General Assembly. They are part of the GA for two years, after which they need a confirmation by the GA. +A script to generate the current members of the general assembly (minus members +voted in) can be found in `tools/general_assembly.pl`. + ## Voting Voting is done using a ranked voting system, currently running on https://vote.ffmpeg.org/ . |