This repository contains organization-wide GitHub configurations and community health files for the Overture project. These files serve as default community health files for all Overture repositories that don't have their own specific versions.
The repository is organized with the following structure:
.
├── ISSUE_TEMPLATE/
│ ├── bug_report.md
│ ├── feature_request.md
│ └── custom_template.md
├── workflows/
├── profile/
├── Standards/
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── CODEOWNERS
├── FUNDING.yml
├── PULL_REQUEST_TEMPLATE.md
├── README.md
└── ROADMAP.md
ISSUE_TEMPLATE/
: Contains templates for different types of issues.workflows/
: Can hold GitHub Actions workflow files for CI/CD.profile/
: Contains the files used for the organization landing page readme found on https://github.com/overture-stack.Standards/
: Includes organizational documentation standards and guidelines.- All Root-level files are community health files and GitHub-specific templates.
- These will serve as default files for all Overture repositories that don't have their own versions.