Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the Change
This PR adds a
CODEOWNERS
file in the.github
directory to specific specific people to set as Reviewers on future Pull Requests. In general, it sets @cadic (as the primary project maintainer) as the default Reviewer. Certain directories/files are set to @jeffpaul as Reviewer to ensure that any impacting changes to how the project is published on GitHub and WordPress.org get appropriate review.After reviewing/merging this in and testing to ensure expected default Reviewers are set within this repo, I'll look to replicate this change to our other repos and document within our Open Source Best Practices.
Alternate Designs
n/a
Possible Drawbacks
Verification Process
Reviewed GitHub documentation and public examples to ensure this is set correctly, as well as ensured that repo settings are updated to ensure future PRs take impact from the new
CODEOWNERS
file.Checklist:
Changelog Entry
Credits
Props @jeffpaul.