Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.18 KB

File metadata and controls

26 lines (19 loc) · 1.18 KB

.github

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

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

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.