mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
714a628908
# Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or docs/Contributing/API-for-contributors.md) - [ ] Documented any permissions changes - [ ] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for new osquery data ingestion features. - [ ] Added/updated tests - [ ] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)).
90 lines
2.5 KiB
Plaintext
90 lines
2.5 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
|
|
|
|
# Compliance
|
|
/ee/cis/ @sharon-fdm @artemist-work @lucasmrod @marcosd4h
|
|
|
|
# React engineers are automatically added as reviewers when changes are made to react files
|
|
/frontend/ @fleetdm/frontend
|
|
|
|
# Infra/terraform
|
|
*.tf @edwardsb @zwinnerman-fleetdm @rfairburn
|
|
/infrastructure/ @zwinnerman-fleetdm @edwardsb @rfairburn
|
|
/charts/ @zwinnerman-fleetdm @edwardsb @rfairburn
|
|
/terraform @zwinnerman-fleetdm @edwardsb @rfairburn
|
|
|
|
# GitHub issue templates
|
|
/.github/ISSUE_TEMPLATE @mikermcneil
|
|
|
|
# Codeowners file
|
|
/CODEOWNERS @mikermcneil
|
|
|
|
# Changelog
|
|
/CHANGELOG.md @noahtalerman
|
|
|
|
# Fleet documentation (who is auto-requested as reviewer for changes to docs?)
|
|
/docs/ @ksatter
|
|
|
|
# REST API reference documentation
|
|
/docs/Using-Fleet/REST-API.md @ksatter @lukeheath
|
|
/docs/Contributing/API-for-contributors.md @ksatter @lukeheath
|
|
|
|
# Standard query library YAML
|
|
/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @zwass
|
|
|
|
# Exapnded table documentation
|
|
/schema @sharon-fdm
|
|
|
|
# Articles
|
|
/articles @jarodreyes
|
|
|
|
# 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 @mikermcneil
|
|
|
|
# Website redirects and URLs
|
|
/website/config/routes.js @eashaw @jarodreyes
|
|
|
|
# Website backend, scripts, deps
|
|
/website/api/ @mikermcneil @eashaw
|
|
/website/config/ @mikermcneil @eashaw
|
|
/website/scripts/ @mikermcneil @eashaw
|
|
/website/package.json @mikermcneil @eashaw
|
|
|
|
# GitHub brandfront
|
|
/README.md @jarodreyes @mikermcneil
|
|
|
|
# NPM brandfront (npmjs.com/package/fleetctl)
|
|
/tools/fleetctl-npm/README.md @jarodreyes
|
|
|
|
# Handbook
|
|
/handbook/company @mikermcneil
|
|
/handbook/company/* @mikermcneil
|
|
/handbook/business-operations @hollidayn
|
|
/handbook/business-operations/ceo-handbook.md @mikermcneil
|
|
/handbook/business-operations/* @hollidayn
|
|
/handbook/security @mikermcneil
|
|
/handbook/engineering @zwass
|
|
/handbook/product @zhumo
|
|
/handbook/customers @alexmitchelliii
|
|
/handbook/marketing @jarodreyes
|
|
/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
|
|
#
|