gitextract_kq8m5qn1/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.yml │ │ └── feature_request.yml │ └── workflows/ │ ├── close-invalid.yml │ ├── close-single-word-issues.yml │ ├── feature-request-comment.yml │ ├── no-response.yml │ ├── on-issue-close.yml │ ├── remove-triage-label.yml │ ├── stale-issues.yml │ ├── triage-issues.yml │ ├── unable-to-reproduce-comment.yml │ └── winget.yml ├── LICENSE.md ├── README.md ├── changelog.md └── install.sh