mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
ad9479ec49
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
24 lines
532 B
Plaintext
24 lines
532 B
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
|
|
|
|
# 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
|