Skip to content

did(info): added community meeting information#221

Merged
kmesh-bot merged 2 commits intokmesh-net:mainfrom
yashisrani:add/meetinglink
Aug 15, 2025
Merged

did(info): added community meeting information#221
kmesh-bot merged 2 commits intokmesh-net:mainfrom
yashisrani:add/meetinglink

Conversation

@yashisrani
Copy link
Copy Markdown
Contributor

fix #220

  • I added community Information in community section.

Signed-off-by: GitHub Action <action@github.com>
@netlify
Copy link
Copy Markdown

netlify bot commented Aug 14, 2025

Deploy Preview for kmesh-net ready!

Name Link
🔨 Latest commit e1b307d
🔍 Latest deploy log https://app.netlify.com/projects/kmesh-net/deploys/689e0c2055dbcd000870c2d5
😎 Deploy Preview https://deploy-preview-221--kmesh-net.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @yashisrani, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request enhances the project's documentation by adding a dedicated section for community meeting information within the contribute.md file. The update aims to make it easier for contributors, maintainers, and users to find details about regular community gatherings, fostering better collaboration and engagement.

Highlights

  • New Community Meeting Information: A new section titled "Meeting Information" has been added to the docs/community/contribute.md file. This section provides essential details for anyone interested in joining the project's community meetings.
  • Meeting Logistics and Resources: The newly added information includes the meeting frequency (every two weeks on Thursday), specific times across multiple timezones (China, UTC, IST), a direct link to join the Zoom meeting, and a link to the Google Docs for meeting notes and agenda.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds valuable community meeting information to the contribute.md document. My review includes a correction for the timezone converter link to ensure it matches the stated meeting time. I've also raised a point about consolidating this new information with the existing meeting details referenced in governance.md to maintain a single source of truth for community members.

We host regular community meetings where contributors, maintainers, and users can share updates, discuss ideas, and collaborate on ongoing work.

- **Frequency:** Every 2 weeks on **Thursday**
- **Time:** 16:00 China / 08:00 UTC / 13:30 IST [Convert to your timezone](https://dateful.com/time-zone-converter?t=14%3A30&tz=GMT%2B8&)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The time converter link appears to be incorrect. The text states the meeting is at 16:00 China time (UTC+8), but the link is configured for 14:30 GMT+8. To prevent confusion for community members, please update the link to reflect the correct meeting time. Using 08:00 UTC as the base for the converter would be unambiguous.

Suggested change
- **Time:** 16:00 China / 08:00 UTC / 13:30 IST [Convert to your timezone](https://dateful.com/time-zone-converter?t=14%3A30&tz=GMT%2B8&)
- **Time:** 16:00 China / 08:00 UTC / 13:30 IST [Convert to your timezone](https://dateful.com/time-zone-converter?t=08:00&tz=UTC)

Comment on lines +25 to +34
## Meeting Information

We host regular community meetings where contributors, maintainers, and users can share updates, discuss ideas, and collaborate on ongoing work.

- **Frequency:** Every 2 weeks on **Thursday**
- **Time:** 16:00 China / 08:00 UTC / 13:30 IST [Convert to your timezone](https://dateful.com/time-zone-converter?t=14%3A30&tz=GMT%2B8&)
- **Meeting Link:** [Joining Link](https://zoom-lfx.platform.linuxfoundation.org/meeting/99299011908?password=f4c31ddd-11ed-42ae-a617-3e0842c39c58)
- **Meeting Notes & Agenda:** [Google Docs](https://docs.google.com/document/d/1fFqolwWMVMk92yXPHvWGrMgsrb8Xru_v4Cve5ummjbk/edit?tab=t.0#heading=h.o8pz6aqnzzgk)

Everyone is welcome to join — whether you are an active contributor, an interested user, or someone evaluating Kmesh for your needs.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Adding meeting information is very helpful. However, the docs/community/governance.md file already points to another location for community meeting details. To avoid confusion and maintain a single source of truth, please consider consolidating this information. You could either add these details to the location mentioned in governance.md or update governance.md to point to this new section.

Signed-off-by: GitHub Action <action@github.com>
@hzxuzhonghu
Copy link
Copy Markdown
Member

Thank you @yashisrani
/approve
/lgtm

@kmesh-bot
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hzxuzhonghu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kmesh-bot kmesh-bot merged commit a344ff0 into kmesh-net:main Aug 15, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add meeting link

4 participants