Organization infrastructure and shared GitHub configuration
The .github repository is used by GitHub to host files that apply
across multiple repositories in the WsprryPi GitHub organization
such as:
- Shared GitHub Actions workflows
- Issue and pull request templates
- Repository defaults and policies
- Organization-level automation and metadata
It serves as infrastructure rather than a project or library. This repository exists to support organization-wide GitHub features for the WsprryPi project.
It does not contain application code, libraries, or end-user documentation.
- Shared GitHub Actions workflows
- Issue and pull request templates
- Repository defaults and policies
- Automation and metadata used across WsprryPi projects
The public-facing documentation for the WsprryPi organization lives in the Wsprry Pi Documentation hosted on Read the Docs.
The primary README for the WsprryPi organization is maintained in:
That file controls what appears on the organization’s GitHub landing page and should be referenced for project information, goals, and links.
- This repository is intentionally quiet and stable
- Changes are infrequent and administrative
- Most contributors will never need to interact with it directly