Hi folks! I occasionally file issues that could be thought of as "good
third or fourth issues", where it's not clear that marking them as
`E-less easy` will yield good results. Sometimes they end up sitting
with no owner for a long time if I struggle to think of good candidates
for fixing them. Here's a git command to address this problem:
git log --since="2 weeks ago" --format="%aN (%aE)" | sort | uniq -c |
sort -r
This yields a list of contributors who have committed changes in the
past two weeks and might be good candidates for fixing the issue I have
in mind.
Additionally, I have a text file containing the names of contributors
who already have a lot on their plates - this allows me to add `| grep
-v -f servocore` to the command and filter out the entries that distract
from the important ones.
Hope this helps other people too! Remember, newer contributors often
appreciate direct suggestions for contributions they could make to Servo!
Cheers,
Josh
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo