servo / project

A repo for the Servo Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial committer list

asajeffrey opened this issue · comments

LF projects has a notion of "committer that are the people who get to vote for steering committee posts. We should come up with such a list.

https://github.com/servo/saltfs/blob/4cbef3b82b66592d3d59f190593ae5fc4a53e099/homu/files/cfg.toml has:

{% set reviewers = [
    "aneeshusa",
    "asajeffrey",
    "avadacatavra",
    "bholley",
    "bzbarsky",
    "canaltinova",
    "cbrewster",
    "edunham",
    "emilio",
    "ferjm",
    "frewsxcv",
    "glennw",
    "gterzian",
    "gw3583",
    "heycam",
    "jdm",
    "jgraham",
    "jrmuizel",
    "KiChjang",
    "kmcallister",
    "kvark",
    "larsbergstrom",
    "Manishearth",
    "mbrubeck",
    "metajack",
    "michaelwu",
    "mrobinson",
    "Ms2ger",
    "notriddle",
    "nox",
    "paulrouget",
    "pcwalton",
    "SimonSapin",
    "shinglyu",
    "tetsuharuohzeki",
    "upsuper",
    "wafflespeanut",
    "zmike",
] %}

and

{% set try = [
    "askalski",
    "chandler",
    "CYBAI",
    "cynicaldevil",
    "danlrobertson",
    "dsandeephegde",
    "dzbarsky",
    "Eijebong",
    "froydnj",
    "Gankro",
    "georgeroman",
    "gootorov",
    "gsnedders",
    "gterzian",
    "GuillaumeGomez",
    "izgzhen",
    "jonleighton",
    "jyc",
    "kunalmohan",
    "magni-",
    "mandreyel",
    "marmeladema",
    "MeFisto94",
    "neeharanshu",
    "panup21091993",
    "paulrouget",
    "pshaughn",
    "pyfisch",
    "pylbrecht",
    "saschanaz",
    "stshine",
    "tigercosmos",
    "tschneidereit",
    "vvuk",
    "Yoric",
] %}
$ git log --author=bors --since='1 year ago' --format=%s | cut -d' ' -f7 | cut -d= -f2 | grep -v , | sort -u
asajeffrey
avadacatavra
cbrewster
cybai
emilio
ferjm
gterzian
jdm
jgraham
KiChjang
kvark
manishearth
Manishearth
mrobinson
nox
paulrouget
pcwalton
servo-wpt-sync
SimonSapin
<try>

If the recipe was "r+d a PR in the last year OR has been a Servo manager", then the list is:

asajeffrey
avadacatavra
cbrewster
cybai
emilio
ferjm
gterzian
gw3583
jdm
jgraham
KiChjang
kvark
larsbergstrom
Manishearth
metajack
mrobinson
nox
paulrouget
pcwalton
SimonSapin

I think the next step, since people seem happy with that list, is to ask the LF to create a mailing list and add those people to it.