From c2f113eedcd70ea5d476a4717ca648d8366dcbf0 Mon Sep 17 00:00:00 2001 From: Eric Perret Date: Thu, 25 Jun 2026 11:14:39 -0700 Subject: [PATCH 1/2] core: fixed project name in CONTRIBUTING.md Updated project name in contributing guidelines. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5db14a3..dff93cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing Guide For ImageOptimizationWeb -This page lists the operational governance model of this project, as well as the recommendations and requirements for how to best contribute to {PROJECT}. We strive to obey these as best as possible. As always, thanks for contributing – we hope these guidelines make it easier and shed some light on our approach and processes. +This page lists the operational governance model of this project, as well as the recommendations and requirements for how to best contribute to ImageOptimizationWeb. We strive to obey these as best as possible. As always, thanks for contributing – we hope these guidelines make it easier and shed some light on our approach and processes. ## Governance Model From 306ef08c97bc58b2e3d54a30e14819e780f54d89 Mon Sep 17 00:00:00 2001 From: Eric Perret Date: Thu, 25 Jun 2026 11:16:48 -0700 Subject: [PATCH 2/2] Update CODEOWNERS to include wildcard ownership --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index c1314c3..f4757e6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ # Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing. #ECCN:Open Source -@Salesforce/ImageOptimization +* @Salesforce/ImageOptimization