This repository contains organization-wide GitHub configuration files and templates. These files help standardize workflows, issue templates, pull request templates, and other GitHub-specific settings across all repositories in our organization.
The .github repository serves as a central place to store default community health files and GitHub Actions workflow templates.
When a file is added to this repository, it will be used by any repository within our organization that doesn't have its own version of that file.
This repository may include:
.github/workflow-templates/: Reusable GitHub Actions workflow templates that can be selected when creating new workflows in repositories across the organization- These templates appear alongside GitHub-provided workflow templates when creating a new workflow
- They don't automatically run in repositories but provide standardized starting points
.github/ISSUE_TEMPLATE/: Organization-wide issue templates.github/PULL_REQUEST_TEMPLATE.md: Default pull request templateCODE_OF_CONDUCT.md: Organization-wide code of conductCONTRIBUTING.md: Default contributing guidelinesSECURITY.md: Security policy and vulnerability reporting instructionsSUPPORT.md: Support resources and how to get helpFUNDING.yml: Funding information for the organization's projectsGOVERNANCE.md: Project governance structure and decision-making processes
These files will be automatically used as defaults for repositories that don't have their own versions.
To override any of these files, simply create the same file in your repository's .github directory.