From 468ec6c9b2fcdaaf7c9793429e24ac9b18bffb9a Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Sat, 11 Nov 2023 16:07:17 -0500 Subject: [PATCH] updates --- .github/CODEOWNERS | 55 ++++++++++++-------------------- .github/pull_request_template.md | 13 +++----- 2 files changed, 25 insertions(+), 43 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9657a4b8..244f95ee 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,35 +1,22 @@ -/.github @JoshuaEstes -/tools @JoshuaEstes -/docs @JoshuaEstes +* @sonsofphp/Members + +# Make Documentation Team +docs/ @sonsofphp/Members + +# Each project needs a Team /src/SonsOfPHP/Bard @JoshuaEstes -/src/SonsOfPHP/Bridge/Doctrine/EventSourcing @JoshuaEstes -/src/SonsOfPHP/Bridge/Doctrine/FeatureToggle @JoshuaEstes -/src/SonsOfPHP/Bridge/Doctrine/Money @JoshuaEstes -/src/SonsOfPHP/Bridge/Symfony/Cqrs @JoshuaEstes -/src/SonsOfPHP/Bridge/Symfony/EventSourcing @JoshuaEstes -/src/SonsOfPHP/Bridge/Symfony/Filesystem @JoshuaEstes -/src/SonsOfPHP/Bundle/Cqrs @JoshuaEstes -/src/SonsOfPHP/Bundle/FeatureToggle @JoshuaEstes -/src/SonsOfPHP/Bundle/Filesystem @JoshuaEstes -/src/SonsOfPHP/Component/Autoloader @JoshuaEstes -/src/SonsOfPHP/Component/Cache @JoshuaEstes -/src/SonsOfPHP/Component/Clock @JoshuaEstes -/src/SonsOfPHP/Component/Cqrs @JoshuaEstes -/src/SonsOfPHP/Component/Cvs @JoshuaEstes -/src/SonsOfPHP/Component/EventDispatcher @JoshuaEstes -/src/SonsOfPHP/Component/EventSourcing @JoshuaEstes -/src/SonsOfPHP/Component/FeatureToggle @JoshuaEstes -/src/SonsOfPHP/Component/Faker @JoshuaEstes -/src/SonsOfPHP/Component/Filesystem @JoshuaEstes -/src/SonsOfPHP/Component/HttpClient @JoshuaEstes -/src/SonsOfPHP/Component/HttpFactory @JoshuaEstes -/src/SonsOfPHP/Component/HttpHandler @JoshuaEstes -/src/SonsOfPHP/Component/HttpMessage @JoshuaEstes -/src/SonsOfPHP/Component/Json @JoshuaEstes -/src/SonsOfPHP/Component/Logger @JoshuaEstes -/src/SonsOfPHP/Component/Money @JoshuaEstes -/src/SonsOfPHP/Component/Pdf @JoshuaEstes -/src/SonsOfPHP/Component/PhoneNumber @JoshuaEstes -/src/SonsOfPHP/Component/Queue @JoshuaEstes -/src/SonsOfPHP/Component/Version @JoshuaEstes -/src/SonsOfPHP/Contract/Common @JoshuaEstes + +# Each project/component/contract needs a Team +/src/SonsOfPHP/**/Cache @JoshuaEstes +/src/SonsOfPHP/**/Clock @JoshuaEstes +/src/SonsOfPHP/**/Common @JoshuaEstes +/src/SonsOfPHP/**/Cqrs @JoshuaEstes +/src/SonsOfPHP/**/EventDispatcher @JoshuaEstes +/src/SonsOfPHP/**/EventSourcing @JoshuaEstes +/src/SonsOfPHP/**/FeatureToggle @JoshuaEstes +/src/SonsOfPHP/**/Filesystem @JoshuaEstes +/src/SonsOfPHP/**/HttpFactory @JoshuaEstes +/src/SonsOfPHP/**/HttpMessage @JoshuaEstes +/src/SonsOfPHP/**/HttpJson @JoshuaEstes +/src/SonsOfPHP/**/Money @JoshuaEstes +/src/SonsOfPHP/**/Version @JoshuaEstes diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5030033b..6b1a5e68 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,8 @@ ## Description - -## Checklist - -- [ ] Updated the correct CHANGELOG file -- [ ] Updated documentation +## Checklist +- [ ] Updated CHANGELOG files +- [ ] Updated Documentation +- [ ] Unit Tests Created