<?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: Sujana Kamasany</title>
    <description>The latest articles on DEV Community by Sujana Kamasany (@sujanakamasany).</description>
    <link>https://dev.to/sujanakamasany</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F733141%2Fd05e5347-fe33-436c-9852-4db5e11a9981.jpg</url>
      <title>DEV Community: Sujana Kamasany</title>
      <link>https://dev.to/sujanakamasany</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sujanakamasany"/>
    <language>en</language>
    <item>
      <title>GUIDE TO START YOUR FIRST CONTRIBUTION </title>
      <dc:creator>Sujana Kamasany</dc:creator>
      <pubDate>Tue, 15 Feb 2022 16:38:33 +0000</pubDate>
      <link>https://dev.to/sujanakamasany/guide-to-start-your-first-contribution-3j65</link>
      <guid>https://dev.to/sujanakamasany/guide-to-start-your-first-contribution-3j65</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hellooo People 👋&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hope you all are all doing good!&lt;/p&gt;

&lt;p&gt;Have you considered contributing to an open source project but are too confused (or overwhelmed) by the procedure to even attempt it? I've been there as well !&lt;/p&gt;

&lt;p&gt;This step-by-step guide will walk you through the complete process of making your first contribution.&lt;/p&gt;

&lt;p&gt;So lets get started !&lt;/p&gt;

&lt;h2&gt;
  
  
  Firstly why contributing to open source!
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It gives you practice with Git and GitHub, which is really necessary&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Assists you in learning and exploring more about various projects.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It also builds your resume &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;And it is fun  😁&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting started
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Firstly you need a GitHub account, you all might have one already so &lt;a href="https://github.com/login"&gt;login here&lt;/a&gt; or &lt;a href="https://github.com/signup?source=login"&gt;Create new account&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Choose the Project you would like to contribute to. It could be any project of your interested domain, always try to look for &lt;em&gt;good-first-issues&lt;/em&gt; as a beginner.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Contributing to open source does not always have to be code; it may also be documentation, such as readme files.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  STEPS
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Fork your project of choice that you want to contribute&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Clone your fork (use github desktop to makes things easier)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Makes changes in the repo &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;And create a pull request &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Hurray 🥳 you made your first pull request!&lt;/p&gt;

&lt;p&gt;Easy Peasy Right!&lt;/p&gt;

&lt;p&gt;So anyway to make things easier i made a repository named javacodes and only purpose of this is to get started with your first contribution!&lt;/p&gt;

&lt;p&gt;So FORK this &lt;a href="https://github.com/sujana-kamasany/javacodes"&gt;REPO&lt;/a&gt; and follow the steps in the readme file and make your first contribution!&lt;/p&gt;

&lt;p&gt;Check out the other blogs for more information on how to make your first contribution!&lt;/p&gt;

&lt;h2&gt;
  
  
  And adding some great repos to start your first contribution!
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/firstcontributions/first-contributions"&gt;First Contribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/devncode/first-contributions"&gt;DevNodes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/CuriousGrids/FirstTimers"&gt;FirstTimers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/AselSiriwardena/hacktoberfest-beginner"&gt;Hacktoberfest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/rocktimsaikia/Contribute-101"&gt;Contribute&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/Syknapse/Contribute-To-This-Project"&gt;Skynaps&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>opensource</category>
      <category>contribute</category>
    </item>
    <item>
      <title>My First Hacktoberfest </title>
      <dc:creator>Sujana Kamasany</dc:creator>
      <pubDate>Fri, 22 Oct 2021 09:07:23 +0000</pubDate>
      <link>https://dev.to/sujanakamasany/my-first-hacktoberfest-3g9</link>
      <guid>https://dev.to/sujanakamasany/my-first-hacktoberfest-3g9</guid>
      <description>&lt;p&gt;I just completed my first &lt;strong&gt;&lt;em&gt;Hacktoberfest 2021&lt;/em&gt;&lt;/strong&gt; and it feels amazing! Open Source is a great way of learning and i learnt a lot this month in my little contributions to open source.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F64gw5vlo3hs5uzhtseqq.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F64gw5vlo3hs5uzhtseqq.gif" alt="Minion gif"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This Hacktoberfest 2021, we all made meaningful open-source contributions by improving the code quality of thousands of projects. Not just we learn but earn cute swags to 😉! Isn't amazing!&lt;/p&gt;

&lt;p&gt;If you are a beginner and want to start with your open source journey! Check this amazing blog by &lt;a href="https://www.freecodecamp.org/news/how-to-contribute-to-open-source-projects-beginners-guide/" rel="noopener noreferrer"&gt;Freecodecamp&lt;/a&gt; and start contributing right away!&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>hacktoberfest2021</category>
      <category>opensource</category>
      <category>contributor</category>
    </item>
  </channel>
</rss>
