/github-pr-analysis

:bar_chart: Data analysis of pull requests for github repo

Primary LanguageJavaScriptMIT LicenseMIT

Github PR Analysis

Data analysis of pull requests for your github repo.

Build With Umi Build Status license

Screenshot

Features

  • PR: Merged PR total count and business PR rate
  • PR: The proportion of PR: FIXED and target comparison
  • PR: The daily statistics of PR: FIXED and others
  • PR: The proportion of diversified business PR
  • PR: Statistics and ranking of each developer
  • CR: The proportion of comment and approve
  • CR: Statistics and ranking of each developer
  • Sprint: The developer star of the current sprint
  • Sprint: The code quality assessment of the current sprint

Usage

Use bash

$ git clone https://github.com/muwenzi/github-pr-analysis.git --depth=1
$ cd github-pr-analysis
$ npm install
$ npm start         # visit http://localhost:8000

Use Gitpod

Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.

Open in Gitpod

The templates based on ant-design-pro, more instructions at documentation.

Browsers support

Modern browsers and IE11.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

Contributing

Any type of contribution is welcome, here are some examples of how you may contribute to this project:

  • Use Github PR Analysis in your daily work.
  • Submit issues to report bugs or ask questions.
  • Propose pull requests to improve our code.