2021-07-22 18:14:10 +00:00
|
|
|
# Go engineers are automatically added as reviewers when changes are made to go
|
2022-03-21 17:50:34 +00:00
|
|
|
# files or related backend files.
|
2021-07-22 18:14:10 +00:00
|
|
|
*.go @fleetdm/go
|
|
|
|
go.sum @fleetdm/go
|
|
|
|
go.mod @fleetdm/go
|
|
|
|
/server/ @fleetdm/go
|
|
|
|
/cmd/ @fleetdm/go
|
2022-02-01 19:59:11 +00:00
|
|
|
|
2022-02-14 18:49:40 +00:00
|
|
|
# Infra/terraform
|
2022-05-17 19:15:12 +00:00
|
|
|
*.tf @edwardsb @zwinnerman-fleetdm @rfairburn
|
|
|
|
/infrastructure/ @zwinnerman-fleetdm @edwardsb @rfairburn
|
2022-09-12 20:03:46 +00:00
|
|
|
/charts/ @zwinnerman-fleetdm @edwardsb @rfairburn
|
2022-02-14 18:49:40 +00:00
|
|
|
|
|
|
|
# GitHub settings + actions
|
2022-07-20 14:51:57 +00:00
|
|
|
/.github/ @fleetdm/g-platform
|
2022-04-18 18:49:20 +00:00
|
|
|
|
2022-08-11 17:38:00 +00:00
|
|
|
# Codeowners file
|
|
|
|
/CODEOWNERS @zwass @mikermcneil
|
|
|
|
|
2022-05-17 13:46:53 +00:00
|
|
|
# Changelog
|
2022-08-11 17:38:00 +00:00
|
|
|
/CHANGELOG.md @noahtalerman
|
2022-05-17 13:46:53 +00:00
|
|
|
|
2022-08-11 17:38:00 +00:00
|
|
|
# Fleet documentation
|
2022-12-22 04:36:41 +00:00
|
|
|
# TODO: will anyone be auto-requested as reviewer for docs?
|
|
|
|
# previously this was:
|
|
|
|
# /docs/ @chris-mcgillicuddy
|
|
|
|
# then mikermcneil added more folks, but it was a bad idea that resulted in a lot of extra notifications to ≥3 people.
|
|
|
|
# So instead, who will be DRI for reviewing docs?
|
2022-07-20 14:51:57 +00:00
|
|
|
|
2022-08-11 17:38:00 +00:00
|
|
|
# REST API reference documentation
|
2022-12-14 04:30:53 +00:00
|
|
|
/docs/Using-Fleet/REST-API.md @ksatter @lukeheath
|
|
|
|
/docs/Contributing/API-for-contributors.md @ksatter @lukeheath
|
2022-08-11 17:38:00 +00:00
|
|
|
|
|
|
|
# Standard query library YAML
|
|
|
|
/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @guillaumeross
|
|
|
|
|
2022-10-04 15:40:21 +00:00
|
|
|
# Exapnded table documentation
|
|
|
|
/schema @guillaumeross
|
|
|
|
|
2022-08-11 17:38:00 +00:00
|
|
|
# Articles
|
|
|
|
/articles @chris-mcgillicuddy
|
|
|
|
|
|
|
|
# Website
|
|
|
|
/website/ @eashaw
|
|
|
|
/website/views/ @eashaw
|
|
|
|
/website/assets/ @eashaw
|
|
|
|
|
2022-09-17 06:44:31 +00:00
|
|
|
# Features table
|
|
|
|
# - CEO is DRI for pricing
|
|
|
|
# - Mo is DRI for features table
|
|
|
|
# - Eric is DRI for website frontend code
|
2022-12-14 04:30:53 +00:00
|
|
|
/website/views/pages/pricing.ejs @zhumo @jarodreyes @alexmitchelliii @eashaw @mikermcneil
|
2022-09-17 06:44:31 +00:00
|
|
|
|
2022-08-11 17:38:00 +00:00
|
|
|
# Website redirects and URLs
|
2022-12-14 04:30:53 +00:00
|
|
|
/website/config/routes.js @eashaw @jarodreyes
|
2022-08-11 17:38:00 +00:00
|
|
|
|
|
|
|
# Website backend, scripts, deps
|
2022-12-14 04:30:53 +00:00
|
|
|
/website/api/ @mikermcneil @eashaw
|
|
|
|
/website/config/ @mikermcneil @eashaw
|
|
|
|
/website/scripts/ @mikermcneil @eashaw
|
|
|
|
/website/package.json @mikermcneil @eashaw
|
2022-08-11 17:38:00 +00:00
|
|
|
|
|
|
|
# GitHub brandfront
|
2022-12-14 04:30:53 +00:00
|
|
|
/README.md @jarodreyes @mikermcneil
|
2022-08-11 17:38:00 +00:00
|
|
|
|
|
|
|
# NPM brandfront (npmjs.com/package/fleetctl)
|
2022-12-14 04:30:53 +00:00
|
|
|
/tools/fleetctl-npm/README.md @jarodreyes
|
2022-08-11 17:38:00 +00:00
|
|
|
|
|
|
|
# Handbook
|
|
|
|
/handbook/company @mikermcneil
|
2022-10-18 03:17:16 +00:00
|
|
|
/handbook/business-operations @hollidayn
|
2022-11-28 20:51:34 +00:00
|
|
|
/handbook/business-operations/ceo-handbook.md @charlottechance
|
2022-08-11 17:38:00 +00:00
|
|
|
/handbook/security @guillaumeross
|
|
|
|
/handbook/engineering @zwass
|
2022-10-18 03:17:16 +00:00
|
|
|
/handbook/product @zhumo
|
|
|
|
/handbook/customers @alexmitchelliii
|
2022-12-14 04:30:53 +00:00
|
|
|
/handbook/marketing @jarodreyes
|
2022-10-18 03:17:16 +00:00
|
|
|
/handbook/README.md @eashaw
|
2022-08-11 17:38:00 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|