-
Notifications
You must be signed in to change notification settings - Fork 41
GOVERNANCE: Update Reviewer role and process #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Backstage governance documentation to introduce a formal Reviewer role and refine the pull request review process. The changes establish clearer pathways for community members to contribute through code reviews and streamline the review coordination process by referencing a new REVIEWING.md document in the main Backstage repository.
Changes:
- Introduced formal Reviewer role with defined responsibilities, requirements, and privileges
- Added reviewer request issue template for joining the
@backstage/reviewersteam - Simplified Pull Request Management documentation to reference the new REVIEWING.md process
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| GOVERNANCE.md | Expands the Reviewer role section with detailed requirements, privileges, and a self-service onboarding process |
| .github/ISSUE_TEMPLATE/reviewer.yaml | Adds a new issue template for requesting Reviewer status with validation for organization membership |
| project-areas/Maintainer-Guidance.md | Simplifies Pull Request Management section by removing detailed process documentation and referencing REVIEWING.md |
| project-areas/core/README.md | Updates Pull Request Reviews section to reference REVIEWING.md and focus on high-priority review coordination |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
awanlin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great @Rugvip 🚀
Left one optional comment but approving.
| every week. | ||
| Project area maintainers in the main Backstage repository are responsible for reviewing pull requests towards their area, as outlined in [REVIEWING.md](https://github.com/backstage/backstage/blob/master/REVIEWING.md). | ||
|
|
||
| Project area maintainers in other repositories are responsible for defining their own ways of working for pull request reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to point to the Community Plugins repo as an example of where the process is different? If we do then I would point them towards this: https://github.com/backstage/community-plugins/blob/main/docs/plugin-maintainers-guide.md
Governance updates for backstage/backstage#32370, let's keep discussion around the process in that PR and just focusing on the specifics of these updates here.