docs: standardize GOVERNANCE.md#556
Conversation
Signed-off-by: Alex Quincy <227241865+alexquincy@users.noreply.github.com>
|
Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, you can find updates in the #github-notifications channel in the community Slack. |
|
Thanks for your contribution to Meshery! 🎉
|
There was a problem hiding this comment.
Code Review
This pull request introduces a new GOVERNANCE.md file that directs readers to the MAINTAINERS.md file for the list of current project maintainers. The reviewer suggested adding a top-level # Governance heading to improve the Markdown document's structure and presentation.
| @@ -0,0 +1 @@ | |||
| The current maintainers of the Meshery project can be found in the [MAINTAINERS.md](https://github.com/meshery/meshery/blob/master/MAINTAINERS.md) file in the meshery/meshery repository. | |||
There was a problem hiding this comment.
It is standard practice for Markdown documents to start with a top-level heading (H1) to provide context and structure. Adding a # Governance header would improve the document's presentation.
| The current maintainers of the Meshery project can be found in the [MAINTAINERS.md](https://github.com/meshery/meshery/blob/master/MAINTAINERS.md) file in the meshery/meshery repository. | |
| # Governance | |
| The current maintainers of the Meshery project can be found in the [MAINTAINERS.md](https://github.com/meshery/meshery/blob/master/MAINTAINERS.md) file in the meshery/meshery repository. |
Summary