############################################################################################## # ██████╗ ██████╗ ██████╗ ███████╗ ██████╗ ██╗ ██╗███╗ ██╗███████╗██████╗ ███████╗ # ██╔════╝██╔═══██╗██╔══██╗██╔════╝██╔═══██╗██║ ██║████╗ ██║██╔════╝██╔══██╗██╔════╝ # ██║ ██║ ██║██║ ██║█████╗ ██║ ██║██║ █╗ ██║██╔██╗ ██║█████╗ ██████╔╝███████╗ # ██║ ██║ ██║██║ ██║██╔══╝ ██║ ██║██║███╗██║██║╚██╗██║██╔══╝ ██╔══██╗╚════██║ # ╚██████╗╚██████╔╝██████╔╝███████╗╚██████╔╝╚███╔███╔╝██║ ╚████║███████╗██║ ██║███████║ # ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚══╝╚══╝ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚══════╝ ############################################################################################## # ⛔ This file indicates REQUIRED reviewers for changes to certain file paths in this repo. # # > How? This "requiredness" is provided natively by GitHub. If a team is specified, then # > the logic behaves slightly differently. See GitHub's latest documentation on CODEOWNERS # > for more information. CODEOWNERS is especially useful for paths that usually end up # > in PRs with lots of other reviewers.) # # ⚠️ For file paths not listed, the DRI is instead indicated in website/config/custom.js. # Regardless of whether a path's DRI is configured in CODEOWNERS or custom.js, the DRI is # automatically requested for review when changes are proposed. # [!] But beware: No path should ever be configured as a DRI in both CODEOWNERS _and_ # the website config. # [!] In addition, no path should ever be configured in CODEOWNERS if there is ALSO one # of its ancestral paths configured in website/config/custom.js. # # ✅ Some paths also have multiple individuals who are allowed to make changes without review, # even though they are not the DRI. These are called "maintainers". # # For more information on how this works, see: # - What is a DRI and how is this configured? https://fleetdm.com/handbook/company/why-this-way#why-direct-responsibility # - Historical context: https://github.com/fleetdm/fleet/pull/12786 ############################################################################################## ############################################################################################## # 🚀 Golang files and other files related to the core product backend. # (1 or more Golang-literate engineers is required to review changes.) # FUTURE: Look for a way to not have this notify every single person in this "github team". ############################################################################################## *.go @fleetdm/go go.sum @fleetdm/go go.mod @fleetdm/go /server/ @fleetdm/go /cmd/ @fleetdm/go ############################################################################################## # 🚀 React files and other files related to the core product frontend. # (1 or more React-literate engineers is required to review changes.) # FUTURE: Look for a way to not have this notify every single person in this "github team". ############################################################################################## /frontend/ @fleetdm/frontend ############################################################################################## # 🚀 Config as code for infrastructure, internal security and IT use cases, and more. # (1 or more infra-literate engineers is required to review changes.) # FUTURE: Look for a way to not have this notify every single person in this "github team". ############################################################################################## /infrastructure/ @rfairburn @ksatter @lukeheath @edwardsb /charts/ @rfairburn @ksatter @lukeheath @edwardsb /terraform/ @rfairburn @ksatter @lukeheath @edwardsb /it-and-security/ @noahtalerman ############################################################################################## # ⚗️ Reference, config surface, built-in queries, API, and other documentation. # # (see website/config/custom.js for DRIs of other paths not listed here) ############################################################################################## /docs @rachaelshaw /docs/Using-Fleet/REST-API.md @rachaelshaw # « REST API reference documentation /docs/Contributing/API-for-contributors.md @rachaelshaw # « Advanced / contributors-only API reference documentation /schema @eashaw # « Data tables (osquery/fleetd schema) documentation /docs/Deploy/_kubernetes/ @dherder # « Kubernetes best practice ############################################################################################## # 🫧 Pricing and features # # (see website/config/custom.js for DRIs of other paths not listed here) ############################################################################################## /handbook/company/pricing-features-table.yml @mikermcneil # « CEO is current DRI for features table ############################################################################################## # 🦿 Repo automation and change control settings ############################################################################################## # /CODEOWNERS @mikermcneil # Covered in DRIs ############################################################################################## # 🦿 Handbook # # (see website/config/custom.js for DRIs of other paths not listed here) ############################################################################################## /handbook/company/README.md @mikermcneil /handbook/company/communications.md @mikermcneil /handbook/company/leadership.md @mikermcneil /handbook/company/why-this-way.md @mikermcneil /handbook/README.md @mikermcneil /handbook/company/open-positions.yml @sampfluger88 /handbook/company/product-groups.md @mikermcneil @sampfluger88 @lukeheath /handbook/business-operations @sampfluger88 /handbook/digital-experience @sampfluger88 /handbook/customer-success @sampfluger88 /handbook/demand @sampfluger88 /handbook/engineering @sampfluger88 @lukeheath /handbook/sales @sampfluger88 /handbook/product-design @sampfluger88 ############################################################################################## # 🦿 GitHub issue templates ############################################################################################## /.github/ISSUE_TEMPLATE @mikermcneil @sampfluger88 @lukeheath # See https://github.com/fleetdm/fleet/pull/16203 ############################################################################################## # 🌐 GitHub workflows ############################################################################################## /.github/workflows/markdown-link-check-config.json @eashaw /.github/workflows/deploy-vulnerability-dashboard.yml @eashaw /.github/workflows/test-website.yml @eashaw /.github/workflows/test-vulnerability-dashboard-changes.yml @eashaw /.github/workflows/docs.yml @eashaw /.github/workflows/deploy-fleet-website.yml @eashaw ############################################################################################## # 🚀 GitHub workflows ############################################################################################## /.github/workflows/README.md @lukeheath @georgekarrv @sharon-fdm /.github/workflows/goreleaser-fleet.yaml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/update-certs.yml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/codeql-analysis.yml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/codeql.yml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/scorecards-analysis.yml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/integration.yml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/fleetctl-preview.yml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/fleetctl-preview-latest.yml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/goreleaser-orbit.yaml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/trivy-scan.yml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/goreleaser-snapshot-fleet.yaml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/build-and-push-fleetctl-docker.yml @lukeheath @georgekarrv @sharon-fdm /.github/workflows/fleetd-tuf.yml @lucasmrod @lukeheath @georgekarrv @sharon-fdm /.github/workflows/generate-desktop-targets.yml @lucasmrod @lukeheath @georgekarrv @sharon-fdm /.github/workflows/test-yml-specs.yml @lucasmrod @lukeheath @georgekarrv @sharon-fdm /.github/workflows/build-binaries.yaml @lucasmrod @lukeheath @georgekarrv @sharon-fdm /.github/workflows/fleet-and-orbit.yml @lucasmrod @lukeheath @georgekarrv @sharon-fdm /.github/workflows/build-orbit.yaml @lucasmrod @lukeheath @georgekarrv @sharon-fdm /.github/workflows/generate-osqueryd-targets.yml @lucasmrod @lukeheath @georgekarrv @sharon-fdm /.github/workflows/test-packaging.yml @lucasmrod @lukeheath @georgekarrv @sharon-fdm /.github/workflows/release-helm.yaml @rfairburn @lukeheath @georgekarrv @sharon-fdm /.github/workflows/pr-helm.yaml @rfairburn @lukeheath @georgekarrv @sharon-fdm /.github/workflows/tfvalidate.yml @rfairburn @lukeheath @georgekarrv @sharon-fdm /.github/workflows/dogfood-deploy.yml @rfairburn @lukeheath @georgekarrv @sharon-fdm /.github/workflows/test-db-changes.yml @roperzh @lukeheath @georgekarrv @sharon-fdm /.github/workflows/test-go.yaml @roperzh @lukeheath @georgekarrv @sharon-fdm /.github/workflows/golangci-lint.yml @roperzh @lukeheath @georgekarrv @sharon-fdm /.github/workflows/test-native-tooling-packaging.yml @roperzh @lukeheath @georgekarrv @sharon-fdm /.github/workflows/check-tuf-timestamps.yml @roperzh @lukeheath @georgekarrv @sharon-fdm /.github/workflows/test-puppet.yml @roperzh @lukeheath @georgekarrv @sharon-fdm /.github/workflows/generate-nudge-targets.yml @roperzh @lukeheath @georgekarrv @sharon-fdm /.github/workflows/test-js.yml @ghernandez345 @lukeheath @georgekarrv @sharon-fdm /.github/workflows/dogfood-gitops.yml @getvictor @lukeheath @georgekarrv @sharon-fdm /.github/workflows/test-fleetd-chrome.yml @getvictor @lukeheath @georgekarrv @sharon-fdm /.github/workflows/release-fleetd-chrome.yml @getvictor @lukeheath @georgekarrv @sharon-fdm /.github/workflows/release-fleetd-chrome-beta.yml @getvictor @lukeheath @georgekarrv @sharon-fdm # ℹ️ But wait, there's more! # See the comments up top to learn where else DRIs and maintainers are configured.