-
Notifications
You must be signed in to change notification settings - Fork 61
add separate VP component to update VP id and links #370
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
Conversation
|
will enter some description @jbampton ;) |
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 adds a reusable VP (Vice President/PMC Chair) component to display the current PMC chair information with enhanced visual presentation including photo, links, and quote. The change replaces static PMC chair text with a dynamic React component to make yearly updates easier.
- Replace static PMC chair text with a dynamic VP React component
- Update file generation script to output .mdx format and include VP component
- Remove unused blog template file
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/pages/who.mdx | Replace static PMC chair text with VP component import and usage |
| src/components/VP/index.tsx | New React component displaying PMC chair info with photo, social links, and quote |
| source/generate_who.py | Update script to generate .mdx file and include VP component instead of static text |
| blog/2024-10-25-ccc-agenda/index.md~ | Remove unused blog template file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Pearl1594
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.

add a VP component to the who page to advertise the sitting VP with a bit more allure.
Now, only the src/components/VP/index.tsx has to be changed for the yearly term change or the src/pages/who.mdx has be regenerated when new committers/PMC member are admitted.