Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kuma Report template generator #71

Merged
merged 1 commit into from
Jan 9, 2018

Conversation

jwhitlock
Copy link
Member

Add a Python script to generate the template for the monthly Kuma report. This uses:

It parses the PR log for several MDN projects, to find the merged PRs for the previous month, and which are from first-time contributors. It uses this data to create a template for the monthly Kuma report, and prints it to stdout.

I use this script every month, and I've published it to a Gist. I continue to update it every month, and thought this may be a better home for it. If it doesn't make sense here, I'll probably add it as a stand-alone repo under my account.

Add a Python script to generate the template for the monthly Kuma
report. This uses:

* requests (popular HTTP requests library)
* requests-cache (persistent cache for requests)
* Credentials for a GitHub OAuth app, created by the user

It parses the PR log for several MDN projects, to find the merged PRs
for the previous month, and which are from first-time contributors. It
uses this data to create a template for the monthly Kuma report, and
prints it to stdout.
@bookshelfdave
Copy link
Contributor

👍 I think it's fine here.

@jwhitlock jwhitlock merged commit 8df13b3 into mozilla:master Jan 9, 2018
@jwhitlock jwhitlock deleted the kuma-report-template branch January 9, 2018 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants