Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Added code tour related section to readme #34232

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,28 @@ Join [#support](https://open.rocket.chat/channel/support) and [#general](https:/

Rocket.Chat is an open source project and we are very happy to accept community contributions. Please refer to the [How can I help?](https://developer.rocket.chat/contribute-to-rocket.chat/ways-to-contribute) page for more details.

# 🚀 CodeBase guide

To make contributing to Rocket.Chat easier for new developers, we've introduced RC.Guided.Tours.

<b>About RC.Guided.Tours:</b>

• Purpose: Simplify the onboarding process for new contributors to the Rocket.Chat codebase.

• Target Audience: Developers who are new to the Rocket.Chat project.

• Benefits:

1. Provides an interactive, step-by-step tour of the codebase.

2. Helps contributors quickly understand crucial parts of the code, empowering them to make impactful contributions sooner.

<b>Powered by CodeTour</b>: RC.Guided.Tours leverages the CodeTour extension for Visual Studio Code, enabling guided walkthroughs of files and workflows directly in the IDE.

<b>Get Started</b>

Explore RC.Guided.Tours today to enhance your onboarding experience:
<b>[RC.Guided.Tours](https://github.com/RocketChat/RC.Guided.Tours)</b>

## 💼 Become a Rocketeer

Expand Down
Loading