git-task-list
git-task-list copied to clipboard
Add list of commits by gsoc applicants
Under each org, it would be useful to be able to see all activity relevant to the GSOC applicants, when an org has a public GSOC applicant list.
This could be achieved using a visualisation of all PRs from a set of applicants, and possibly a separate list of each applicant commits.
So it is like add manually a list of users and append it to search terms? Because i dont see a way to do it automatically.
Yes, each org could add their list of applicants. I'll work on getting some username lists.
OK, here is one example: http://tinyurl.com/coala-gsoc2017pr
It uses is:pr to only include PR activity, as issue activity tends to be distracting rather than helpful.
It could also include is:merged to match this issues original concept of being a list of commits only.