Skip to content

Commit

Permalink
Add DRIs (#23076)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampfluger88 authored Oct 22, 2024
1 parent d8b3a1c commit ad7c529
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
32 changes: 16 additions & 16 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ go.mod @fleetdm/go
/infrastructure/ @rfairburn @ksatter @lukeheath @edwardsb @georgekarrv
/charts/ @rfairburn @ksatter @lukeheath @edwardsb @georgekarrv
/terraform/ @rfairburn @ksatter @lukeheath @edwardsb @georgekarrv
/it-and-security/ @noahtalerman @lukeheath @spokanemac @getvictor
/it-and-security/ @noahtalerman @lukeheath @getvictor

##############################################################################################
# ⚗️ Reference, config surface, built-in queries, API, and other documentation.
Expand All @@ -83,26 +83,26 @@ go.mod @fleetdm/go
#
# (see website/config/custom.js for DRIs of other paths not listed here)
##############################################################################################
/handbook/company/README.md @mikermcneil
/handbook/company/communications.md @mikermcneil
/handbook/company/leadership.md @mikermcneil
/handbook/company/why-this-way.md @mikermcneil
/handbook/README.md @mikermcneil
/handbook/company/open-positions.yml @sampfluger88
/handbook/company/product-groups.md @lukeheath
/handbook/finance/README.md @sampfluger88
/handbook/finance/finance.rituals.yml @sampfluger88
/handbook/company/README.md @mikermcneil
/handbook/company/communications.md @mikermcneil
/handbook/company/leadership.md @mikermcneil
/handbook/company/why-this-way.md @mikermcneil
/handbook/README.md @mikermcneil
/handbook/company/open-positions.yml @sampfluger88
#/handbook/company/product-groups.md @lukeheath Covered in custom.js
/handbook/finance/README.md @sampfluger88
/handbook/finance/finance.rituals.yml @sampfluger88
/handbook/digital-experience/application-security.md @lukeheath
/handbook/digital-experience/security-audits.md @lukeheath
/handbook/digital-experience/security-policies.md @lukeheath
/handbook/digital-experience/security.md @lukeheath
/handbook/digital-experience/vendor-questionnaires.md @lukeheath
/handbook/digital-experience @sampfluger88
/handbook/customer-success @sampfluger88
/handbook/demand @sampfluger88
/handbook/engineering @sampfluger88 @lukeheath
/handbook/sales @sampfluger88
/handbook/product-design @sampfluger88
/handbook/digital-experience @sampfluger88
/handbook/customer-success @sampfluger88
/handbook/demand @sampfluger88
#/handbook/engineering @sampfluger88 @lukeheath Covered in custom.js
/handbook/sales @sampfluger88
#/handbook/product-design @sampfluger88 Covered in custom.js

##############################################################################################
# 🌐 GitHub issue templates
Expand Down
7 changes: 5 additions & 2 deletions website/config/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,11 @@ module.exports.custom = {
// 🫧 Pricing and features
// 'website/views/pages/pricing.ejs': '', // « Covered in CODEOWNERS (2023-07-22)
'handbook/company/pricing-features-table.yml': 'noahtalerman',

'handbook/company/testimonials.yml': 'mike-j-thomas',
'handbook/company/product-groups.md': 'lukeheath',
'handbook/engineering': 'lukeheath',
'handbook/product-design': 'sampfluger88',


// 🫧 Other brandfronts
'README.md': 'mikermcneil',// « GitHub brandfront
Expand Down Expand Up @@ -268,7 +271,7 @@ module.exports.custom = {
'handbook/digital-experience': ['sampfluger88','mikermcneil'],
'handbook/finance': ['sampfluger88','mikermcneil'],
'handbook/engineering': ['sampfluger88','mikermcneil', 'lukeheath'],
'handbook/product-design': ['sampfluger88','mikermcneil'],
'handbook/product-design': ['sampfluger88','mikermcneil','noahtalerman'],
'handbook/sales': ['sampfluger88','mikermcneil'],
'handbook/demand': ['sampfluger88','mikermcneil'],
'handbook/customer-success': ['sampfluger88','mikermcneil'],
Expand Down

0 comments on commit ad7c529

Please sign in to comment.