mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
145c4569f3
* Codeowners Before we changed to Nate being the code owner for the page, I received notifications for reviewing changes to the ceo-handbook subpage. Now that defaults to Nate. Not sure if this is the fix for that or not. But wanted to put it on someone's radar. * Update CODEOWNERS Co-authored-by: Roberto Dip <me@roperzh.com> Co-authored-by: Roberto Dip <me@roperzh.com>
81 lines
2.1 KiB
Plaintext
81 lines
2.1 KiB
Plaintext
# 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
|
|
/charts/ @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
|
|
|
|
# Exapnded table documentation
|
|
/schema @guillaumeross
|
|
|
|
# Articles
|
|
/articles @chris-mcgillicuddy
|
|
|
|
# Website
|
|
/website/ @eashaw
|
|
/website/views/ @eashaw
|
|
/website/assets/ @eashaw
|
|
|
|
# Features table
|
|
# - CEO is DRI for pricing
|
|
# - Mo is DRI for features table
|
|
# - Eric is DRI for website frontend code
|
|
/website/views/pages/pricing.ejs @zhumo @eashaw @mikermcneil
|
|
|
|
# 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 @eashaw
|
|
|
|
# GitHub brandfront
|
|
/README.md @chris-mcgillicuddy
|
|
|
|
# NPM brandfront (npmjs.com/package/fleetctl)
|
|
/tools/fleetctl-npm/README.md @chris-mcgillicuddy
|
|
|
|
# Handbook
|
|
/handbook/company @mikermcneil
|
|
/handbook/business-operations @hollidayn
|
|
/handbook/business-operations/ceo-handbook.md @charlottechance
|
|
/handbook/security @guillaumeross
|
|
/handbook/engineering @zwass
|
|
/handbook/product @zhumo
|
|
/handbook/customers @alexmitchelliii
|
|
/handbook/marketing @mikermcneil
|
|
/handbook/README.md @eashaw
|
|
|
|
#
|
|
# 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
|
|
#
|