This is an automated email from the ASF dual-hosted git repository. suyanhanx pushed a commit to branch community-event-sync in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit bf6c4d55b37f66cb80f36498420f6885e5de45c9 Author: suyanhanx <[email protected]> AuthorDate: Sun Dec 17 21:19:02 2023 +0800 docs(community): polish events Signed-off-by: suyanhanx <[email protected]> --- website/community/index.mdx | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/website/community/index.mdx b/website/community/index.mdx index 6f9d68725..545d7339b 100644 --- a/website/community/index.mdx +++ b/website/community/index.mdx @@ -40,14 +40,6 @@ If you email us with a code snippet, make sure that: * you keep formatting when pasting code to keep the code readable * there are enough import statements to avoid ambiguities -## Upcoming Community Events - -We have a calendar that tracks all our upcoming events like community sync. - -<iframe src="https://calendar.google.com/calendar/embed?src=d32a8b1c08fc40d4230e3ce89145fd0e9a1ea4a374893a23ec7bd28ca646db45%40group.calendar.google.com&ctz=Asia%2FShanghai" style={{border: 0, width: "100%", maxWidth: "600px", height: "600px", aspectRatio: 1}} frameBorder="0"></iframe> - -If prefer to add these events to your personal calendar, please use this iCal link: [Add to your calendar](https://calendar.google.com/calendar/ical/d32a8b1c08fc40d4230e3ce89145fd0e9a1ea4a374893a23ec7bd28ca646db45%40group.calendar.google.com/public/basic.ics) - ## Issue tracker We use GitHub Issues to track all code related issues: https://github.com/apache/incubator-opendal/issues @@ -72,6 +64,29 @@ Enhancements or new feature proposals are also welcome. The more concrete and ra * OpenDAL core repository: https://github.com/apache/incubator-opendal +## Upcoming Community Events + +For now, we have a single community event known as the Community Sync Meeting. +This meeting is open to everyone. + +During the meeting, we will cover various topics including project status, +roadmap updates, and other relevant discussions. +We will also have a Q&A session at the end of the meeting. + +Attending the meeting presents a valuable opportunity +for you to meet fellow community members and gain deeper insights into the project. +Moreover, it provides an excellent chance for active involvement in the project's activities. + +We currently organize the community sync meeting every three weeks. +The meeting takes place at 2pm on the Friday of the final week in each three-week cycle. + +The following is the calendar of the community events: + +<iframe src="https://calendar.google.com/calendar/embed?src=d32a8b1c08fc40d4230e3ce89145fd0e9a1ea4a374893a23ec7bd28ca646db45%40group.calendar.google.com&ctz=Asia%2FShanghai" style={{border: 0, width: "100%", maxWidth: "500px", height: "500px", aspectRatio: 1}} frameBorder="0"></iframe> + +If you prefer to add these events to your personal calendar, please use this iCal link: +[Add to your calendar](https://calendar.google.com/calendar/ical/d32a8b1c08fc40d4230e3ce89145fd0e9a1ea4a374893a23ec7bd28ca646db45%40group.calendar.google.com/public/basic.ics). + ## People Thank you to all the contributors for your selfless dedication and expertise
