Triage Tracker
A small utility for tracking the change in opening and closing of issues in a GitHub repo. This tool can be used to build visualizations for issue triage over time with the hope of motivating closing more issues than are opened.
This is currently hardcoded for use with rust-lang/rust.
Use
To get stats for a range of days:
cargo run -- -s 2021-06-07 -e 2021-05-31
To get stats for a particular day:
cargo run -- -d 2021-06-07