---
name: Bug report
about: Report something that is broken or behaves incorrectly
title: ''
labels: ''
assignees: ''
---

## Describe the bug

A clear and concise description of what the bug is.

## To reproduce

Minimal steps that trigger the bug:

1. Run `repo-stats owner/repo`
2. With flags `...`
3. See error

## Expected behavior

What you expected to happen.

## Actual behavior

What actually happened. Include the full `repo-stats` output, any error
messages, and the value of `repo-stats --version` (or `node -e "console.log(require('repo-stats/package.json').version)"`).

```
# paste output here
```

## Environment

- `node --version`:
- `repo-stats --version`:
- OS:
- Authenticated? (i.e. did you set `GITHUB_TOKEN` / `GH_TOKEN`?)

## Additional context

Anything else that might help — a link to a public repo that exhibits the
problem, whether it's deterministic, rate-limit-related, etc.
