From 976e28a21efa9f18a292f922cbfafc2e3ceb97f4 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 16 Jul 2025 11:22:11 -0600 Subject: [PATCH] Add @fleetdm/go to backend patterns, Rachael is back (#30950) --- CODEOWNERS | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 112be0e67f..89d9b2aed6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -65,23 +65,24 @@ go.mod @fleetdm/go # # (see website/config/custom.js for DRIs of other paths not listed here) ############################################################################################## -/docs @lukeheath # Temporarily replacing @rachaelshaw while she and @noahtalerman are both out of office -/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/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 +/docs @rachaelshaw +/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 ############################################################################################## # 🌐 Repo automation and change control settings ##############################################################################################