-
Notifications
You must be signed in to change notification settings - Fork 130
governance: add community manager role #1538
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,11 @@ The current Maintainers Group for the bootc Project consists of: | |
| Xiaofeng Wang | [henrywang](https://github.com/orgs/bootc-dev/people/henrywang) | Red Hat | Approver | | ||
| Gursewak Mangat | [gursewak1997](https://github.com/orgs/bootc-dev/people/gursewak1997)| Red Hat | Approver | | ||
| Joseph Marrero | [jmarrero](https://github.com/orgs/bootc-dev/people/jmarrero) | Red Hat | Approver | | ||
|
||
# Community Managers | ||
|
||
This group can represent the project for administrative and program manager duties. Examples: CNCF Service Desk tickets, coordinating with CNCF Project and Events teams, and LFX Administration. No code or code review rights. | ||
|
||
| Name | GitHub ID | Employer | Responsibilities | | ||
| ---- | ---- | ---- | ---- | | ||
| Laura Santamaria | [nimbinatus](https://github.com/nimbinatus) | Red Hat | Representative | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For consistency with the maintainer entries in this file, please consider using the Using a consistent format is important for clarity and for any tooling that might parse this file. If you make this change, you may also need to adjust the column widths in the markdown table to accommodate the longer URL. |
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.
While adding the Community Manager role here is a good first step, a change of this nature should also be reflected in
GOVERNANCE.md
. The PR is titled 'governance: add community manager role', which implies a change to the project's governance structure, but the main governance document is not being updated.To properly formalize this new role, please consider adding a 'Community Managers' section to
GOVERNANCE.md
. This section should define the role, its responsibilities, and the process for nomination and removal, similar to how 'Maintainers' are currently defined. This will ensure the project's governance documentation remains the single source of truth and is complete and consistent.