-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
docs: add governance section #7675
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
@Jatin29yadav is attempting to deploy a commit to the OpenJS Foundation Team on Vercel. A member of the Team first needs to authorize it. |
6357918
to
a6d8c6b
Compare
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Nice work here. Could you revert the lockfile and version bumps?
I've accepted preview of this PR so we can see the visual of the pr.
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.
Hey @eventensberg Governance section and subsections added under /src/content/contribute/governance/ Markdown lint issues (MD025, MD052) fixed Verified locally (yarn start) — all pages render correctly yarn.lock reverted and untouched CLA and lint checks have passed successfully Ready for re-review and merge |
@evenstensberg Can we write a script that fetch these files from webpack, because if we will need to change it it will require to make changes in both places, it is not good |
Thanks for the feedback @alexander-akait and @evenstensberg For this PR, I’ve focused on adding the initial Governance section and ensuring it’s integrated properly in /src/content/contribute/governance/. Everything now builds and renders correctly — ready for re-review whenever you’re available |
Summary
This pull request adds a "Governance" section to the documentation.
The content is adapted from the
[webpack/governance](https://github.com/webpack/governance)
repository’s README file and converted into MDX format to align with the webpack.js.org documentation style and structure.Related Issue
Fixes [#7333](#7333)
Changes Introduced
Added new file:
src/content/contribute/governance.mdx
Converted markdown to MDX format with frontmatter and internal link structure
Added YAML frontmatter:
Ensured compatibility with the docs build and navigation hierarchy
Preview
The new page introduces details about:
It provides transparency into webpack’s governance model, adapted from Node.js and ESLint governance frameworks.
Checklist
💡 Note: Since I’m still new to the webpack documentation setup, I took extra care to follow the contributing and writer’s guide. Please feel free to suggest any improvements or formatting changes.
