<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Chenthan</title>
    <description>The latest articles on DEV Community by Chenthan (@chenthan006).</description>
    <link>https://dev.to/chenthan006</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4031529%2Fcb3fd1ee-59ac-48cb-8f50-80253405e8d9.jpg</url>
      <title>DEV Community: Chenthan</title>
      <link>https://dev.to/chenthan006</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chenthan006"/>
    <language>en</language>
    <item>
      <title>My First Open Source Contribution: Fixing Docs for WSO2 API Manager</title>
      <dc:creator>Chenthan</dc:creator>
      <pubDate>Thu, 16 Jul 2026 07:04:18 +0000</pubDate>
      <link>https://dev.to/chenthan006/my-first-open-source-contribution-fixing-docs-for-wso2-api-manager-j46</link>
      <guid>https://dev.to/chenthan006/my-first-open-source-contribution-fixing-docs-for-wso2-api-manager-j46</guid>
      <description>&lt;p&gt;Today I made my first contribution to an open source project — a small documentation fix for WSO2 API Manager.&lt;/p&gt;

&lt;p&gt;I found the "Updating WSO2 API Manager" page in their docs and noticed a few issues: a grammatically incorrect sentence ("conflicts that can be occurred" instead of "conflicts that may occur"), a missing space that broke a markdown heading, and a small inconsistency in hyphenation. Nothing huge, but real issues that affected how the page read and rendered.&lt;/p&gt;

&lt;p&gt;I forked the wso2/docs-apim repository on GitHub, made the edits directly in their browser-based file editor, and opened a pull request against their master branch. WSO2 uses the standard open source flow: fork, edit, commit, PR, and then a maintainer reviews before merging.&lt;/p&gt;

&lt;p&gt;A few things I learned along the way:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Documentation contributions are one of the most approachable ways to start contributing to open source, since they don't require deep product knowledge, just careful reading.&lt;/li&gt;
&lt;li&gt;GitHub's in-browser file editor makes it possible to contribute without installing Git locally.&lt;/li&gt;
&lt;li&gt;Contributions to WSO2 projects require signing a Contributor License Agreement (CLA) before a PR can be merged, which is a one-time step for new contributors.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;My PR is currently awaiting review from WSO2's documentation team. Even before it's merged, going through the full process taught me more about how real-world open source collaboration works than any tutorial could.&lt;/p&gt;

&lt;p&gt;If you're looking for a low-pressure way to start contributing to open source, documentation is a great place to begin.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>wso2</category>
      <category>beginners</category>
      <category>github</category>
    </item>
  </channel>
</rss>
