Organization-wide defaults for the wealthsimple-community GitHub organization.
GitHub picks up files in this repo as fallbacks for every repo in the org that
doesn't provide its own copy.
profile/README.md— public landing page shown on the org page.CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,SUPPORT.md— inherited by every repo in the org..github/ISSUE_TEMPLATE/,.github/PULL_REQUEST_TEMPLATE.md— default intake templates..github/workflows/lint-pr-title.yml— reusable workflow that enforces Conventional Commits PR titles..github/workflows/codeql.yml— reusable CodeQL scanning workflow.
Individual repos can override any of these by providing their own copy. Prefer inheriting the defaults unless there's a specific reason not to.
Unlike the files above, workflows aren't picked up automatically — each repo
needs its own caller workflow referencing the relevant
wealthsimple-community/.github/.github/workflows/<name>.yml@main to opt in,
granting at least the permissions each workflow declares internally.
See CONTRIBUTING.md. Changes here affect every repo in the
org, so this repo is administered by @wealthsimple-community/oss-admins.