Mariatta wrote:
> >
> > Let's say someone made all of their commits from
> > 2015-07-04 to 2015-10-04
> > (and when I say "commits" I mean committing or authoring in git terms).
> > That means they committed over a span of less than 3 months over the entire
> > history of the cpython repo and that the last commit was more than 2 years
> > ago. In that instance I'm suggesting we drop the person as chances are they
> > were probably a GSoC student or a sprinter who tried things out but quickly
> > walked away.
> > Can the definition of "commit" include "merging other people's PRs", not
> just their own PR?

Yep, that's the "committing" part compared to "authoring" part. Git considers 
the person doing the merge a "committer" and the person who wrote the code an 
"author". I would consider either action as doing something (I have ignored the 
"author" part only when trying to build the initial list of core devs since 
only core devs and bots can be a committer).
_______________________________________________
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/EAJFABDBW75GT5OY75HCSTZMAK66HNY2/
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to