Conversation
|
@gkodinov , in particular, see what I did with |
gkodinov
left a comment
There was a problem hiding this comment.
LGTM, one question to you below.
| #### **Stewards** | ||
|
|
||
| * [Michael Widenius](https://github.com/montywi) | ||
| — MariaDB plc, MariaDB Foundation |
There was a problem hiding this comment.
It should work fine with the verification trigger, that I'm still hoping you'd review (#2). As long as you stay within the bounds of the 2 regular expressions I have there. It's easy to check too: https://github.com/MariaDB/governance/actions/runs/30815060977/job/92624664743.
However, it'd be hard to correlate the extra structure here in any kind of automated parser script.
If that's not a goal, then it's fine by me.
There was a problem hiding this comment.
From what I've seen, you grep for ^ *\* , we can keep these lines strictly for membership lists and add any additional info only in a way that does not match this pattern. Then it'll work. The parser will grep and process the output, everything else is filtered out.
This pull request restructures and clarifies the documentation around maintainers, subsystems, and governance processes for the MariaDB Server project. The main improvements include moving subsystem and maintainer lists to a dedicated file, enhancing the organization of the
maintainers.mdfile, and updating theREADME.mdto reflect these changes and clarify decision-making processes.Key changes:
Documentation structure and clarity:
maintainers.mdto a new dedicated file atlists/maintainers.md, improving maintainability and clarity. The mainmaintainers.mdfile now links to this new list and provides instructions on how to interpret it. [1] [2]maintainers.mdfile has been reorganized to clarify the roles of stewards, the Maintainer Council, and the process for updating the maintainer list, as well as detailing voting and decision-recording procedures.Content updates and corrections:
lists/maintainers.mdhave been updated, including clearer scope definitions, maintainer affiliations, and status for each subsystem. Some maintainer assignments and affiliations were corrected or clarified.README and process improvements:
README.mdnow lists all governance and policy documents in a more logical order and clarifies the processes for changing the repository, including explicit references to both governance and maintainers' decision-making procedures.General formatting and consistency:
committers.mdandmaintainers.mdhave been standardized for consistency and readability. [1] [2]These changes collectively improve the transparency, organization, and maintainability of the project's governance documentation.