Add/commit access docs#857
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
@dkotter I tried to write up some notes on getting folks elevated to Maintainer after reading through how Gutenberg handles things and trying to get some specifics into our docs to help quantify/qualify the process. Curious about your input here and whether I've over- or under-described things? |
✅ WordPress Plugin Check Report
📊 ReportAll checks passed! No errors or warnings found. 🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #857 +/- ##
==========================================
Coverage 77.05% 77.05%
Complexity 2233 2233
==========================================
Files 103 103
Lines 9216 9216
==========================================
Hits 7101 7101
Misses 2115 2115
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This looks good to me. Can adjust as needed but this is a good place to start |
What?
This PR adds a
CODEOWNERSfile and docs on how to get added as a Codeowner and then as a Maintainer.Copilot summary
This pull request updates project documentation and repository ownership to clarify the code review and merging process, and to ensure proper assignment of code owners for different parts of the repository. The most important changes are:
Repository Ownership and Code Review Process:
.github/CODEOWNERS: Added a global fallback code owner (@WordPress/ai-maintainers), specified ownership for documentation and project management directories, and clarified who is responsible for code reviews.Documentation Updates:
docs/DEVELOPER_GUIDE.md: Added detailed sections describing the PR merging process, steps for joining theai-maintainersteam, and guidelines for closing PRs, including communication best practices and a template for closing PRs.Why?
How?
Use of AI Tools
AI assistance: none besides Copilot in the PR description
Testing Instructions
Screenshots or screencast
Changelog Entry