Update community onboarding documentation#1173
Merged
CritasWang merged 2 commits intoJun 25, 2026
Merged
Conversation
The Contributor onboarding section referenced a personal blog post from ~6 years ago for "how to debug IoTDB server", which no longer matches the current codebase (reported in discussion #17575). Replace it with the maintained README and Development Guide, and restructure the section into a clear path: set up accounts -> get the code running -> understand the design -> pick a task. Also fix the WeChat official account name in the Chinese channel page (it was outdated) and remove the discontinued DingTalk group entry. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Make the developer mailing list the primary entry point for new contributors instead of leading with Jira/Confluence accounts. For finding tasks, list GitHub Issues before Jira. Replace the Confluence design-doc pointer with guidance to read the source together with the README, since the Confluence space is no longer actively maintained. Also convert the "download and installation" link from a relative path to the official website URL, consistent with the other links in the section. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
HTHou
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The Contributor onboarding section of the community page linked to a personal blog post (
my.oschina.net/...) for "how to debug IoTDB server" that is about 6 years old and no longer matches the current codebase (the oldserver/module has long been refactored intoiotdb-core/datanode). A community member reported this in discussion #17575 ("the get-started debug doc is 6 years behind").Changes
src/Community/About-the-Community.md(EN) andsrc/zh/Community/About.md(ZH): replace the outdated blog link with the maintained README (build + IDEA debugging) and the Development Guide. Restructure the Contributor section into a clear path: set up accounts → get the code running → understand the design → pick a task. Also point the QuickStart link to the stablelatestpath instead ofMaster.src/zh/Community/Feedback.md(ZH): correct the outdated WeChat official account name and remove the discontinued DingTalk group entry.These are documentation-only changes.
Closes #17575