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?
- Host: GitHub
- URL: https://github.com/doodzik/github-issue-template-analysis-scripts
- Owner: doodzik
- License: gpl-3.0
- Created: 2017-10-08T08:50:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T10:57:28.000Z (about 8 years ago)
- Last Synced: 2025-02-03T14:31:59.356Z (11 months ago)
- Topics: github-issues, issue-template
- Language: JavaScript
- Homepage: https://dudzik.co/digress-into-development/do-structured-bug-reports-reduce-bug-processing-costs/
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.