Skip to content

chore(site): update get involved page with more links#17798

Merged
xushiyan merged 1 commit intoapache:asf-sitefrom
xushiyan:update-get-involved-text
Jan 7, 2026
Merged

chore(site): update get involved page with more links#17798
xushiyan merged 1 commit intoapache:asf-sitefrom
xushiyan:update-get-involved-text

Conversation

@xushiyan
Copy link
Member

@xushiyan xushiyan commented Jan 7, 2026

Screenshot 2026-01-07 at 11 43 42 AM

Copilot AI review requested due to automatic review settings January 7, 2026 17:43
@xushiyan xushiyan merged commit fdf11c6 into apache:asf-site Jan 7, 2026
5 checks passed
Copy link

Copilot AI left a 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 updates the "Get Involved" page by adding new community engagement options and reorganizing existing content to improve discoverability of community resources.

  • Added new sections for social media platforms (LinkedIn, X/Twitter, YouTube) and office hours
  • Reorganized content items to improve flow and grouping of related resources
  • Updated the subtitle to be more concise and action-oriented

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

content: (
<>
Start a RFC. Instructions <a href="/contribute/rfc-process">here</a>.
Hudi community is on <a href='https://www.linkedin.com/company/apache-hudi/'>LinkedIn</a>, <a href='https://x.com/apachehudi'>X (Twitter)</a>, <a href='https://www.youtube.com/@apachehudi'>YouTube</a>. Follow us for latest updates!
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The href attributes use single quotes while other attributes in the codebase use double quotes. For consistency with the existing code patterns (like line 12, 13, etc.), consider using double quotes for all href attributes.

Suggested change
Hudi community is on <a href='https://www.linkedin.com/company/apache-hudi/'>LinkedIn</a>, <a href='https://x.com/apachehudi'>X (Twitter)</a>, <a href='https://www.youtube.com/@apachehudi'>YouTube</a>. Follow us for latest updates!
Hudi community is on <a href="https://www.linkedin.com/company/apache-hudi/">LinkedIn</a>, <a href="https://x.com/apachehudi">X (Twitter)</a>, <a href="https://www.youtube.com/@apachehudi">YouTube</a>. Follow us for latest updates!

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants