An open API service indexing awesome lists of open source software.

https://github.com/doodzik/github-issue-template-analysis-scripts

Do Structured Bug Reports Reduce Bug Processing Costs?
https://github.com/doodzik/github-issue-template-analysis-scripts

github-issues issue-template

Last synced: 10 months ago
JSON representation

Do Structured Bug Reports Reduce Bug Processing Costs?

Awesome Lists containing this project

README

          

# github-issue-template-analysis-scripts

This repository contains the scripts that were used to calculate the results for the article [Do Structured Bug Reports Reduce Bug Processing Costs?](https://dudzik.co/digress-into-development/do-structured-bug-reports-reduce-bug-processing-costs).

# Installation

```
$ pip install requirements.txt
$ npm install
```

# Usage

Download the [dataset](http://data.dudzik.co/github-issue-template-data.zip)(475.9 mb) and unzip in this repository.
The javascript files are used to calculated the results for the research questions and can be executed with `node`.
In the 'result' folder are the results of these calculation.
Furthermore it contains the `python` scripts, which are used to generate the histograms.