Adding reviewers and review guidelines
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7431064..904f55b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -174,17 +174,19 @@
 - Linting passes
 - Code style passes
 
+### Review Requirements
 Each type of change has unique additional requirements, here's a table of those:
+
 | Type | Reviewer Requirements | New Unit Tests | New Certification Tests | New Fuzz Tests | New Integration Tests |
 |----|----|----|----|----|----|
-| Trivial bug fix | | | | | |
-| Small Bug fix |  | | | | | |
-| Bug Fix |  | | | | | |
-| Significiant Change |  | | | | | |
-| Feature |  | | | | | |
-| Architecture Change |  | | | | | |
+| Trivial bug fix | 3 [approved reviewers](./REVIEWERS.md) | | | | |
+| Small Bug fix | 3 [approved reviewers](./REVIEWERS.md) | | | | |
+| Bug Fix | 3 [approved reviewers](./REVIEWERS.md) | | | | |
+| Significiant Change | 3 [approved reviewers](./REVIEWERS.md) | | | | |
+| Feature | 3 [approved reviewers](./REVIEWERS.md) | | | | |
+| Architecture Change | 3 [approved reviewers](./REVIEWERS.md) | | | | |
 
-
+Note: Where multiple reviewers are required, each reviewer must be from a different member company.
 
 #### Submit Pull Request
 
@@ -194,13 +196,9 @@
 updates to GitHub. Your pull request will automatically track the changes on
 your development branch and update.
 
-#### Code reviews
-
-All submissions, including submissions by project members, require 3 reviews to be accepted from different member companies.
-
 #### Merge Requirements
 
-* At least 3 review approvals each from different member companies
+* Passes [Review Requirements](#review-requirements)
 * [GitHub Workflows](../.github/workflows) pass 
 * [Certification Tests](tests/certification/README.md) pass 
 * [Unit Tests](tests/unit/README.md) pass
diff --git a/REVIEWERS.md b/REVIEWERS.md
new file mode 100644
index 0000000..71ea6d9
--- /dev/null
+++ b/REVIEWERS.md
@@ -0,0 +1,9 @@
+The following individuals can be chosen as, and act as reviewers on any PR
+
+| Name | Company |
+|----|----|
+| [anush-apple](https://github.com/anush-apple) | Apple, Inc. |
+| [chrisdecenzo](https://github.com/chrisdecenzo) | Google, Inc. |
+| [hawk248](https://github.com/hawk248) | Comcast, Inc. |
+| [gerickson](https://github.com/gerickson) | Google, Inc. |
+| [robszewczyk](https://github.com/robszewczyk) | Google, Inc. |