Website: Update testimonials.yml (#17454)

> Note: these changes were originally in
https://github.com/fleetdm/fleet/pull/17450, but were moved into a
separate PR to remove the code owner review requirement from that PR

Changes:
 - Updated Andre Shields's job title
 - Updated Dan Grzelak's quote (Removed an emoji)
 - Updated Erik Gomez's job title

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
Eric 2024-03-12 13:05:04 -05:00 committed by GitHub
parent 01d055a912
commit f295aab582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 6 deletions

View File

@ -84,8 +84,13 @@ go.mod @fleetdm/go
#
# (see website/config/custom.js for DRIs of other paths not listed here)
##############################################################################################
/handbook/company @mikermcneil
/handbook/README.md @mikermcneil
/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 @mikermcneil
/handbook/company/product-groups.md @sampfluger88 @lukeheath
/handbook/business-operations @sampfluger88
/handbook/digital-experience @sampfluger88
/handbook/customer-success @sampfluger88
@ -93,7 +98,6 @@ go.mod @fleetdm/go
/handbook/engineering @sampfluger88 @lukeheath
/handbook/sales @sampfluger88
/handbook/product-design @sampfluger88
/handbook/company/product-groups @sampfluger88 @lukeheath
##############################################################################################
# 🦿 GitHub issue templates

View File

@ -12,11 +12,11 @@
quoteAuthorName: Andre Shields
quoteAuthorProfileImageFilename: testimonial-author-andre-shields-48x48@2x.png
quoteLinkUrl: https://www.linkedin.com/in/andre-shields/
quoteAuthorJobTitle: Cybersecurity Security Engineer, Vulnerability Management
quoteAuthorJobTitle: Staff Cybersecurity Engineer, Vulnerability Management
youtubeVideoUrl: https://www.youtube.com/watch?v=siXy9aanOu4
productCategories: [Endpoint operations, Vulnerability management]
-
quote: I love the steady and consistent delivery of features that help teams work how they want to work, not how your product dictates they work. ❤️
quote: I love the steady and consistent delivery of features that help teams work how they want to work, not how your product dictates they work.
quoteImageFilename: social-proof-logo-atlassian-192x32@2x.png
quoteLinkUrl: https://www.linkedin.com/in/danielgrzelak/
quoteAuthorName: Dan Grzelak
@ -37,7 +37,7 @@
quoteLinkUrl: https://www.linkedin.com/in/eriknicolasgomez/
quoteAuthorName: Erik Gomez
quoteAuthorProfileImageFilename: testimonial-author-erik-gomez-48x48@2x.png
quoteAuthorJobTitle: Senior Staff Security Engineer at Uber
quoteAuthorJobTitle: Staff Client Platform Engineer
productCategories: [Endpoint operations, Device management]
-
quote: Context is king for device data, and Fleet provides a way to surface that information to our other teams and partners.

View File

@ -139,6 +139,8 @@ module.exports.custom = {
// 'website/views/pages/pricing.ejs': '', // « Covered in CODEOWNERS (2023-07-22)
// 'handbook/company/pricing-features-table.yml': '', // « Covered in CODEOWNERS (2023-07-22)
'/handbook/company/testimonials.yml': 'mike-j-thomas',
// 🫧 Other brandfronts
'README.md': 'mikermcneil',// « GitHub brandfront
'tools/fleetctl-npm/README.md': 'mikermcneil',// « NPM brandfront (npmjs.com/package/fleetctl)
@ -230,6 +232,8 @@ module.exports.custom = {
'handbook/demand': ['sampfluger88','mikermcneil'],
'handbook/customer-success': ['sampfluger88','mikermcneil'],
'/handbook/company/testimonials.yml': ['eashaw', 'mike-j-thomas', 'sampfluger88'],
// GitHub issue templates
'.github/ISSUE_TEMPLATE': ['mikermcneil', 'lukeheath', 'hollidayn'],
'.github/ISSUE_TEMPLATE/bug-report.md': ['xpkoala','noahtalerman', 'lukeheath'],