User Tools

Site Tools


oss-health-metrics:metrics:pull-requests-made-closed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
oss-health-metrics:metrics:pull-requests-made-closed [2017/04/26 18:28]
abuhman
oss-health-metrics:metrics:pull-requests-made-closed [2017/05/18 00:07]
GeorgLink new template
Line 1: Line 1:
 ====== Pull Request made/closed ====== ====== Pull Request made/closed ======
-===== 1. Acronym ===== 
  
-===== 2Alternate Names =====+===== 1Description ​===== 
 +Pull requests made vs. pull requests closed
  
-===== 3Classification ===== +[[http://​repocheck.com/#​https%3A%2F%2Fgithub.com%2Ftwbs%2Fbootstrap|Example]]
-Code health+
  
-===== 4. Description ===== 
-Pull requests made vs. pull requests closed 
-[[http://​repocheck.com/#​https%3A%2F%2Fgithub.com%2Ftwbs%2Fbootstrap|Example]] 
 Encompasses number of pull requests rejected Encompasses number of pull requests rejected
  
-==== Pseudo Code ====+===== 2. Use Cases =====
  
-==== Visualization ====+===== 3. Sample ​Visualization ​=====
  
-==== Interpretation ​==== +===== 4Sample Implementation ​===== 
- +=== GHTorrent: All pull requests that were created ===
-===== 5Pseudo Code/​Query ​===== +
-===GHTorrent:​ All pull requests that were created===+
  
  SELECT count(distinct pull_request_id) as num_opened, projects.name as project_name,​ projects.url as url  SELECT count(distinct pull_request_id) as num_opened, projects.name as project_name,​ projects.url as url
Line 28: Line 22:
  group by projects.id  group by projects.id
   
-===GHTorrent:​ Pull Requests Closed===+=== GHTorrent: Pull Requests Closed ===
  
  SELECT count(distinct pull_request_id) as num_closed, projects.name as project_name,​ projects.url as url  SELECT count(distinct pull_request_id) as num_closed, projects.name as project_name,​ projects.url as url
Line 37: Line 31:
  group by projects.id  group by projects.id
  
-===== 6. Data Exchange Format ===== 
- 
-===== 7. Known Implementations ===== 
- 
-===== 8. References to Academic Literature ===== 
  
-===== 9Internet References ​=====+===== 5Known Implementations ​=====
  
-===== 10Contributors ​===== +===== 6External References (Literature) ​=====
-Anna Buhman+
oss-health-metrics/metrics/pull-requests-made-closed.txt · Last modified: 2017/10/06 20:57 by GeorgLink