Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.56 KB

File metadata and controls

33 lines (25 loc) · 1.56 KB

.github

This is the special .github repository for the ciqol organization (Continuous Improvement, Quality Of Life).

ciqol builds developer tooling that makes everyday engineering work smoother, faster and more pleasant — CI/CD pipelines, code quality and standards, and the production-ready libraries in between.

It provides default community health files and the organization profile that GitHub applies across every ciqol repository that doesn't define its own.

Contents

Path Purpose
profile/README.md Organization profile shown at https://github.com/ciqol
CONTRIBUTING.md Default contribution guidelines
CODE_OF_CONDUCT.md Default code of conduct
SECURITY.md Default security policy
.github/ISSUE_TEMPLATE/ Default issue templates
.github/PULL_REQUEST_TEMPLATE.md Default pull request template
.github/FUNDING.yml Default sponsor button configuration
CODEOWNERS Review owners for this repository
LICENSE MIT license for the contents of this repository

How defaults work

GitHub falls back to the files in this repository when an individual repository does not provide its own equivalent. To override a default, add the file directly to the specific repository.

Note: These defaults are only applied for public repositories and the organization profile is only rendered when this repository is public.