did(info): added community meeting information#221
did(info): added community meeting information#221kmesh-bot merged 2 commits intokmesh-net:mainfrom yashisrani:add/meetinglink
Conversation
Signed-off-by: GitHub Action <action@github.com>
✅ Deploy Preview for kmesh-net ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
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.mdfile. 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
-
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. ↩
There was a problem hiding this comment.
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.
docs/community/contribute.md
Outdated
| 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&) |
There was a problem hiding this comment.
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.
| - **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) |
| ## 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. |
There was a problem hiding this comment.
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>
|
Thank you @yashisrani |
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fix #220