├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── document_update_needed.md │ └── feature_request.md └── workflows │ └── enforce-license-compliance.yml └── README.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecov/feedback/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/document_update_needed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecov/feedback/HEAD/.github/ISSUE_TEMPLATE/document_update_needed.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecov/feedback/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/enforce-license-compliance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecov/feedback/HEAD/.github/workflows/enforce-license-compliance.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecov/feedback/HEAD/README.md --------------------------------------------------------------------------------