2023-07-16 00:56:30 +00:00
##############################################################################################
# ██████╗ ██████╗ ██████╗ ███████╗ ██████╗ ██╗ ██╗███╗ ██╗███████╗██████╗ ███████╗
# ██╔════╝██╔═══██╗██╔══██╗██╔════╝██╔═══██╗██║ ██║████╗ ██║██╔════╝██╔══██╗██╔════╝
# ██║ ██║ ██║██║ ██║█████╗ ██║ ██║██║ █╗ ██║██╔██╗ ██║█████╗ ██████╔╝███████╗
# ██║ ██║ ██║██║ ██║██╔══╝ ██║ ██║██║███╗██║██║╚██╗██║██╔══╝ ██╔══██╗╚════██║
# ╚██████╗╚██████╔╝██████╔╝███████╗╚██████╔╝╚███╔███╔╝██║ ╚████║███████╗██║ ██║███████║
# ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚══╝╚══╝ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚══════╝
##############################################################################################
# ⛔ 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
2023-07-22 19:07:54 +00:00
# > for more information. CODEOWNERS is especially useful for paths that usually end up
# > in PRs with lots of other reviewers.)
2023-07-16 00:56:30 +00:00
#
2023-07-22 19:07:54 +00:00
# ⚠️ 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.
2023-07-16 00:56:30 +00:00
#
# ✅ 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
##############################################################################################
##############################################################################################
2023-07-22 19:07:54 +00:00
# 🚀 Golang files and other files related to the core product backend.
2023-07-16 00:56:30 +00:00
# (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".
##############################################################################################
2021-07-22 18:14:10 +00:00
*.go @fleetdm/go
go.sum @fleetdm/go
go.mod @fleetdm/go
/cmd/ @fleetdm/go
2024-06-27 22:23:38 +00:00
/server/ @fleetdm/go
2024-08-28 16:35:17 +00:00
/ee/server/ @fleetdm/go
2024-09-25 21:18:18 +00:00
/orbit/ @fleetdm/go
2022-02-01 19:59:11 +00:00
2023-07-16 00:56:30 +00:00
##############################################################################################
2023-07-22 19:07:54 +00:00
# 🚀 React files and other files related to the core product frontend.
2023-07-16 00:56:30 +00:00
# (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".
##############################################################################################
2023-01-27 23:35:38 +00:00
/frontend/ @fleetdm/frontend
2023-07-20 22:14:01 +00:00
##############################################################################################
2023-07-22 19:07:54 +00:00
# 🚀 Config as code for infrastructure, internal security and IT use cases, and more.
2023-07-20 22:14:01 +00:00
# (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".
##############################################################################################
2024-03-15 02:20:11 +00:00
2025-07-01 21:14:33 +00:00
/infrastructure/ @rfairburn @ksatter @lukeheath @edwardsb @georgekarrv @BCTBB @ddribeiro
/charts/ @rfairburn @ksatter @lukeheath @edwardsb @georgekarrv @BCTBB @ddribeiro
/terraform/ @rfairburn @ksatter @lukeheath @edwardsb @georgekarrv @BCTBB @ddribeiro
2023-07-20 22:14:01 +00:00
2023-07-16 02:20:19 +00:00
##############################################################################################
2023-07-22 19:07:54 +00:00
# ⚗️ Reference, config surface, built-in queries, API, and other documentation.
2023-07-16 02:20:19 +00:00
#
2023-07-22 19:07:54 +00:00
# (see website/config/custom.js for DRIs of other paths not listed here)
2023-07-16 02:20:19 +00:00
##############################################################################################
2025-07-16 17:22:11 +00:00
/docs @rachaelshaw
2025-07-24 22:32:10 +00:00
/docs/Configuration @rachaelshaw
2025-07-16 17:22:11 +00:00
/docs/Contributing @lukeheath # « Contributing guidelines
/docs/Contributing/architecture/mdm @lukeheath @georgekarrv
/docs/Contributing/architecture/orchestration @lukeheath @sharon-fdm
/docs/Contributing/architecture/software @lukeheath @mostlikelee
/docs/Contributing/product-groups/mdm @lukeheath @georgekarrv
/docs/Contributing/product-groups/orchestration @lukeheath @sharon-fdm
/docs/Contributing/product-groups/software @lukeheath @mostlikelee
/docs/Contributing/reference/patterns-backend.md @fleetdm/go
/docs/Contributing/research/mdm @lukeheath @georgekarrv
/docs/Contributing/research/orchestration @lukeheath @sharon-fdm
/docs/Contributing/research/software @lukeheath @mostlikelee
/docs/REST\ API/rest-api.md @rachaelshaw # « REST API reference documentation
/docs/Contributing/reference/api-for-contributors.md @rachaelshaw # « Advanced / contributors-only API reference documentation
/docs/Contributing/reference/audit-logs.md @rachaelshaw # « Advanced / contributors-only audit log documentation
/schema @eashaw # « Data tables (osquery/fleetd schema) documentation
/render.yaml @edwardsb
/it-and-security @allenhouchins
2023-08-10 15:13:36 +00:00
##############################################################################################
2024-05-01 04:07:28 +00:00
# 🌐 Repo automation and change control settings
2023-08-10 15:13:36 +00:00
##############################################################################################
2024-03-14 15:24:53 +00:00
# /CODEOWNERS @mikermcneil # Covered in DRIs
2023-08-10 15:13:36 +00:00
2023-07-22 19:07:54 +00:00
##############################################################################################
2024-05-01 04:07:28 +00:00
# 🌐 Handbook
2023-07-22 19:07:54 +00:00
#
# (see website/config/custom.js for DRIs of other paths not listed here)
##############################################################################################
2024-10-22 15:21:57 +00:00
/handbook/company/README.md @mikermcneil
2024-10-25 23:20:07 +00:00
/handbook/company/communications.md @sampfluger88
/handbook/company/leadership.md @sampfluger88
2024-10-22 15:21:57 +00:00
/handbook/company/why-this-way.md @mikermcneil
/handbook/README.md @mikermcneil
/handbook/company/open-positions.yml @sampfluger88
2024-10-25 23:20:07 +00:00
#/handbook/company/product-groups.md 🤡 Covered in custom.js
2025-04-02 17:33:13 +00:00
/handbook/company/go-to-market-groups.md @sampfluger88
2024-12-03 16:20:54 +00:00
/handbook/finance/README.md @sampfluger88
/handbook/finance/finance.rituals.yml @sampfluger88
2024-11-01 15:12:58 +00:00
/handbook/digital-experience/security.md @sampfluger88
2024-12-03 16:20:54 +00:00
/handbook/digital-experience @sampfluger88
/handbook/customer-success @sampfluger88
2025-03-12 02:28:50 +00:00
/handbook/marketing @sampfluger88
2024-10-25 23:20:07 +00:00
#/handbook/engineering 🤡 Covered in custom.js
/handbook/sales @sampfluger88
2024-12-03 16:20:54 +00:00
#/handbook/product-design 🤡 Covered in custom.js
2022-07-20 14:51:57 +00:00
2023-08-10 15:13:36 +00:00
##############################################################################################
2024-05-01 04:07:28 +00:00
# 🌐 GitHub issue templates
2023-08-10 15:13:36 +00:00
##############################################################################################
2024-05-01 04:07:28 +00:00
#/.github/ISSUE_TEMPLATE @mikermcneil @sampfluger88 @lukeheath # Covered in custom.js See https://github.com/fleetdm/fleet/pull/18668
2022-08-11 17:38:00 +00:00
2024-10-12 03:25:42 +00:00
##############################################################################################
# 🌐 Fleet website
##############################################################################################
/website/.sailsrc @eashaw # Note: eashaw will not approve any PR that changes this file. This codeowner exists to make sure no changes are committed to the repo.
2024-03-21 21:04:53 +00:00
##############################################################################################
# 🌐 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
##############################################################################################
2025-03-12 18:41:59 +00:00
/.github/workflows/ @lukeheath @georgekarrv @sharon-fdm @mostlikelee
2023-07-16 00:56:30 +00:00
# ℹ ️ But wait, there's more!
# See the comments up top to learn where else DRIs and maintainers are configured.