From 9cd094a22a598dbbf26579981400c53cc8a84173 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Tue, 23 May 2023 21:46:41 -0500 Subject: [PATCH] Add rachaelshaw to CODEOWNERS for docs (#11793) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + Added myself to `/docs/` as discussed with @mikermcneil + Also to the specific doc sections for the REST API and API for contributors because they were separated out (let me know if you'd rather I remove myself from those, don't mean to get grabby!) + Fixed a typo ✨ . --------- Co-authored-by: Mike McNeil --- CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 02b437ecf8..63494bfd6a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -28,16 +28,16 @@ go.mod @fleetdm/go /CHANGELOG.md @noahtalerman # Fleet documentation (who is auto-requested as reviewer for changes to docs?) -/docs/ @ksatter +/docs/ @rachaelshaw # REST API reference documentation -/docs/Using-Fleet/REST-API.md @ksatter @lukeheath -/docs/Contributing/API-for-contributors.md @ksatter @lukeheath +/docs/Using-Fleet/REST-API.md @rachaelshaw +/docs/Contributing/API-for-contributors.md @rachaelshaw # Standard query library YAML /docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @zwass -# Exapnded table documentation +# Expanded table documentation /schema @eashaw # Articles