Mo == DRI of status of features table on pricing page (#7820)

* Mo == DRI of status of features table on pricing page

- CEO is DRI of pricing
- Mo is DRI of features table correctness

Input of many other contributors is important to both.

* Update CODEOWNERS

* Update CODEOWNERS

* Update custom.js
This commit is contained in:
Mike McNeil
2022-09-17 01:44:31 -05:00
committed by GitHub
parent 7949a0aece
commit 3c75b8ad39
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -38,6 +38,12 @@ go.mod @fleetdm/go
/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
@@ -60,7 +66,7 @@ go.mod @fleetdm/go
/handbook/engineering @zwass
/handbook/product @noahtalerman
/handbook/sales @alexmitchelliii
/handbook/customers @tgauda
/handbook/customers @ksatter
/handbook/growth @timmy-k
/handbook/community @timmy-k
/handbook/digital-experience @mike-j-thomas @chris-mcgillicuddy
+1 -1
View File
@@ -120,7 +120,7 @@ module.exports.custom = {
'website/config/routes.js': ['eashaw', 'mike-j-thomas'],// (for managing website URLs)
'website/package.json': 'eashaw',
'docs': ['desmi-dizney', 'chris-mcgillicuddy', 'zwass', 'mikermcneil'],// (default for docs)
'docs': ['chris-mcgillicuddy', 'zwass', 'mikermcneil'],// (default for docs)
'docs/images': ['chris-mcgillicuddy', 'noahtalerman', 'eashaw', 'mike-j-thomas'],
'docs/Using-Fleet/REST-API.md': 'ksatter',
'docs/Contributing/API-for-contributors.md': 'ksatter',