gitextract_dbir42hu/ ├── .github/ │ ├── CHANGE_LOG.md │ ├── CODEOWNERS │ ├── CODE_OF_CONDUCT.md │ ├── CONTRIBUTING.md │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.yaml │ │ └── feature_request.yaml │ ├── SECURITY.md │ ├── TO_DO.md │ ├── config.yml │ ├── issue_label_bot.yaml │ ├── pull_request_template.md │ ├── py_repo_tools/ │ │ ├── generate_index_file.py │ │ ├── replace_code_of_conduct_info.py │ │ ├── replace_repo_links.py │ │ ├── replace_security_policy_email.py │ │ ├── repo_config.json │ │ └── shell_scripts/ │ │ └── github_downloader.sh │ ├── settings.yml │ └── workflows/ │ └── Repo-Generator.yaml ├── LICENSE ├── README.md └── index.html