Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DRIs #23076

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Add DRIs #23076

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 6 additions & 3 deletions website/config/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,12 @@ 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/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
Loading