fleet/CODEOWNERS
Line: 38: incorrect codeowner organization: fleetdm/go Line: 38: no users/groups matched Line: 39: incorrect codeowner organization: fleetdm/go Line: 39: no users/groups matched Line: 40: incorrect codeowner organization: fleetdm/go Line: 40: no users/groups matched Line: 41: incorrect codeowner organization: fleetdm/go Line: 41: no users/groups matched Line: 42: incorrect codeowner organization: fleetdm/go Line: 42: no users/groups matched Line: 49: incorrect codeowner organization: fleetdm/frontend Line: 49: no users/groups matched Line: 56: incorrect codeowner organization: fleetdm/infra Line: 56: no users/groups matched Line: 57: incorrect codeowner organization: fleetdm/infra Line: 57: no users/groups matched Line: 58: incorrect codeowner organization: fleetdm/infra Line: 58: no users/groups matched Line: 65: incorrect codeowner user: rachaelshaw Line: 65: no users/groups matched Line: 66: incorrect codeowner user: rachaelshaw Line: 66: no users/groups matched Line: 67: incorrect codeowner user: rachaelshaw Line: 67: no users/groups matched Line: 68: incorrect codeowner user: rachaelshaw Line: 68: no users/groups matched Line: 75: incorrect codeowner user: mikermcneil Line: 75: no users/groups matched Line: 76: incorrect codeowner user: mikermcneil Line: 76: no users/groups matched Line: 83: incorrect codeowner user: mikermcneil Line: 83: no users/groups matched Line: 84: incorrect codeowner user: mikermcneil Line: 84: no users/groups matched Line: 85: incorrect codeowner user: mikermcneil Line: 85: no users/groups matched Line: 86: incorrect codeowner user: mikermcneil Line: 86: no users/groups matched
2023-07-29 18:28:29 -05:00

93 lines
6.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##############################################################################################
# ██████╗ ██████╗ ██████╗ ███████╗ ██████╗ ██╗ ██╗███╗ ██╗███████╗██████╗ ███████╗
# ██╔════╝██╔═══██╗██╔══██╗██╔════╝██╔═══██╗██║ ██║████╗ ██║██╔════╝██╔══██╗██╔════╝
# ██║ ██║ ██║██║ ██║█████╗ ██║ ██║██║ █╗ ██║██╔██╗ ██║█████╗ ██████╔╝███████╗
# ██║ ██║ ██║██║ ██║██╔══╝ ██║ ██║██║███╗██║██║╚██╗██║██╔══╝ ██╔══██╗╚════██║
# ╚██████╗╚██████╔╝██████╔╝███████╗╚██████╔╝╚███╔███╔╝██║ ╚████║███████╗██║ ██║███████║
# ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚══╝╚══╝ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚══════╝
##############################################################################################
# ⛔ 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/ @fleetdm/infra
/charts/ @fleetdm/infra
/terraform/ @fleetdm/infra
##############################################################################################
# ⚗️ 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 @rachaelshaw # « Data tables (osquery/fleetd schema) documentation
##############################################################################################
# 🫧 Pricing and features
#
# (see website/config/custom.js for DRIs of other paths not listed here)
##############################################################################################
/website/views/pages/pricing.ejs @mikermcneil # « CEO is DRI for pricing
/handbook/product/pricing-features-table.yml @mikermcneil # « CEO is current DRI for product marketing (e.g. features table)
##############################################################################################
# 🦿 Handbook
#
# (see website/config/custom.js for DRIs of other paths not listed here)
##############################################################################################
/handbook/company/product-groups.md @mikermcneil
/handbook/company/why-this-way.md @mikermcneil
/handbook/company/README.md @mikermcneil
/handbook/README.md @mikermcneil # « This is the "Table of contents" landing page
# But wait, there's more!
# See the comments up top to learn where else DRIs and maintainers are configured.