mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 20:48:35 +00:00
* Codeowners: Reduce # of pings for reviews of docs To avoid duplicative pings in Slack, reduce the number of folks who get automatically pinged about review requests when documentation, handbook, and website routes are changed. I left Mike T and Chris both on the digital experience handbook so that PRs can be merged quickly there in many cases, regardless of timezone. Also @chris-mcgillicuddy I made you responsible for either (a) approving and merging or (b) if there changes to meaning or code samples, requesting review from the on-call engineer. * Update to reflect routing doc changes through Chris, and add sub-headings * Pull the most relevant sentences to the top of each responsibility * Use more peaceful language
73 lines
1.9 KiB
Text
73 lines
1.9 KiB
Text
# Go engineers are automatically added as reviewers when changes are made to go
|
|
# files or related backend files.
|
|
*.go @fleetdm/go
|
|
go.sum @fleetdm/go
|
|
go.mod @fleetdm/go
|
|
/server/ @fleetdm/go
|
|
/cmd/ @fleetdm/go
|
|
|
|
# Infra/terraform
|
|
*.tf @edwardsb @zwinnerman-fleetdm @rfairburn
|
|
/infrastructure/ @zwinnerman-fleetdm @edwardsb @rfairburn
|
|
|
|
# GitHub settings + actions
|
|
/.github/ @fleetdm/g-platform
|
|
|
|
# Codeowners file
|
|
/CODEOWNERS @zwass @mikermcneil
|
|
|
|
# Changelog
|
|
/CHANGELOG.md @noahtalerman
|
|
|
|
# Fleet documentation
|
|
/docs/ @chris-mcgillicuddy
|
|
|
|
# REST API reference documentation
|
|
/docs/Using-Fleet/REST-API.md @ksatter
|
|
/docs/Contributing/API-for-contributors.md @ksatter
|
|
|
|
# Standard query library YAML
|
|
/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @guillaumeross
|
|
|
|
# Articles
|
|
/articles @chris-mcgillicuddy
|
|
|
|
# Website
|
|
/website/ @eashaw
|
|
/website/views/ @eashaw
|
|
/website/assets/ @eashaw
|
|
|
|
# Website redirects and URLs
|
|
/website/config/routes.js @eashaw
|
|
|
|
# Website backend, scripts, deps
|
|
/website/api/ @mikermcneil
|
|
/website/config/ @mikermcneil
|
|
/website/scripts/ @mikermcneil
|
|
/website/package.json @mikermcneil
|
|
|
|
# GitHub brandfront
|
|
/README.md @chris-mcgillicuddy
|
|
|
|
# NPM brandfront (npmjs.com/package/fleetctl)
|
|
/tools/fleetctl-npm/README.md @chris-mcgillicuddy
|
|
|
|
# Handbook
|
|
/handbook/company @mikermcneil
|
|
/handbook/people @charlottechance
|
|
/handbook/security @guillaumeross
|
|
/handbook/engineering @zwass
|
|
/handbook/product @noahtalerman
|
|
/handbook/sales @alexmitchelliii
|
|
/handbook/customers @tgauda
|
|
/handbook/growth @timmy-k
|
|
/handbook/community @timmy-k
|
|
/handbook/digital-experience @mike-j-thomas @chris-mcgillicuddy
|
|
/handbook/README.md @chris-mcgillicuddy
|
|
/handbook/handbook @chris-mcgillicuddy
|
|
|
|
#
|
|
# For configuration that determines auto-approval + auto-unfreezing, so that contributors
|
|
# can merge their own PRs without additional approval, please see the latest version of:
|
|
# https://github.com/fleetdm/fleet/blob/74f65447b718663bd04df31ea1da28915d98792c/website/config/custom.js#L88-L128
|
|
#
|