Skip to content
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
11 changes: 7 additions & 4 deletions src/pages/contribute-to-opensource.astro
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,13 @@
week can make a difference.
</li>
<li>
Navigating Large Codebases: Break down the learning process: - Start
by reading the documentation thoroughly - Focus on understanding one
component at a time - Use debugging tools to trace code execution -
Don't hesitate to ask for clarification
Navigating Large Codebases: Break down the learning process:
<ul>
<li>Start by reading the documentation thoroughly.</li>
<li>Focus on understanding one component at a time.</li>
<li>Use debugging tools to trace code execution.</li>
<li>Don't hesitate to ask for clarification.</li>
</ul>
</li>
</ul>
</section>
Expand Down