Hi,

In case it's useful for anyone else writing a future podling report, here
are a few things that can be done to generate stats:

1) # emails
Go to http://mail-archives.apache.org/mod_mbox/incubator-systemml-dev/ and
add up the 3 previous months (200 + 103 + 72).

2) # new contributors
See who has contributed in the last 3 months:
git shortlog -n -s -e --since=2016-08-01
Total up the new contributors.

3) stars and forks
Go to https://github.com/apache/incubator-systemml. Report the # of stars
and # of forks.

4) # commits since last report
git rev-list --count master --since=2016-08-01

5) # pull requests created and closed:
Go to https://github.com/apache/incubator-systemml/pulls.

Filter on:
is:pr created:2016-08-01..2016-11-01
Report total number (open + closed) and total closed.

6) # JIRAs created and resolved/closed.
Go to https://issues.apache.org/jira/browse/SYSTEMML issues.

Total new JIRAs created:
Filter on 'Created Date: 1/Aug/16' (ie, 'Between' 1/Aug/16 and blank)

JIRAs resolved and/or closed:
Add Status filter for 'Resolved' and 'Closed'.

Note that commits and contributors can also be reported for the website
project (https://github.com/apache/incubator-systemml-website).

Deron

Reply via email to