Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Nov 11, 2023
1 parent c420c5f commit 468ec6c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 43 deletions.
55 changes: 21 additions & 34 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
13 changes: 4 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
## Description

<!--
Enter description of changes here. Bug fixes, enhancements, etc.
-->

## Checklist

<!--
If anything is not applicable, it can just be marked as complete or removed.
-->
- [ ] Updated the correct CHANGELOG file
- [ ] Updated documentation
## Checklist
- [ ] Updated CHANGELOG files
- [ ] Updated Documentation
- [ ] Unit Tests Created

0 comments on commit 468ec6c

Please sign in to comment.