mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Per the new changes in the [handbook](https://fleetdm.com/handbook/community#how-to-request-a-review-for-markdown-changes-to-the-docs) this adds @Desmi-Dizney as codeowner of `docs/*.md`, this way he is automatically added as a reviewer when a file is changed. Since I was there, I also fixed the mention to actually ping @fleetdm/g-platform
23 lines
532 B
Text
23 lines
532 B
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
|
|
|
|
# Changelog
|
|
CHANGELOG.md @noahtalerman
|
|
|
|
# Markdown docs
|
|
/docs/*.md @Desmi-Dizney
|
|
|
|
# API documentation
|
|
/docs/Using-Fleet/REST-API.md @ksatter
|