<?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: Adamay Mann</title>
    <description>The latest articles on DEV Community by Adamay Mann (@mannadamay12).</description>
    <link>https://dev.to/mannadamay12</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%2F518772%2Fc7e854f2-70f9-4929-9c7e-778428650122.png</url>
      <title>DEV Community: Adamay Mann</title>
      <link>https://dev.to/mannadamay12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mannadamay12"/>
    <language>en</language>
    <item>
      <title>The only guide to OPEN SOURCE CONTRIBUTION you will ever need.</title>
      <dc:creator>Adamay Mann</dc:creator>
      <pubDate>Sun, 03 Oct 2021 07:46:21 +0000</pubDate>
      <link>https://dev.to/mannadamay12/the-only-guide-to-open-source-contribution-you-will-ever-need-1ij2</link>
      <guid>https://dev.to/mannadamay12/the-only-guide-to-open-source-contribution-you-will-ever-need-1ij2</guid>
      <description>&lt;h1&gt;
  
  
  What is the world of OPEN SOURCE ?
&lt;/h1&gt;

&lt;h2&gt;
  
  
  There are two kinds of software.
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Open source software&lt;/strong&gt; - A software for which the original source code is made freely available and may be redistributed and modified according to the requirement of the user.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Proprietary software / Closed source software&lt;/strong&gt; - Closed source software refers to the computer software which source code is closes means public is not given access to the source code.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Both have their advantages and disadvantages , but in this guide we will be talking about Open Source.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Open-source software is developed in a decentralized and collaborative way, relying on peer review and community production. Open-source software is often cheaper, more flexible, and has more longevity than its proprietary peers because it is developed by communities rather than a single author or company.&lt;/p&gt;

&lt;h2&gt;
  
  
  Values of Open source
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Transparency:&lt;/strong&gt; Need to know exactly what kinds of data are moving where, or what kinds of changes have happened in the code? Open-source allows you to check and track that for yourself, without having to rely on vendor promises.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reliability:&lt;/strong&gt; Proprietary code relies on the single author or company controlling that code to keep it updated, patched, and working. Open-source code outlives its original authors because it is constantly updated through active open source communities.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexibility:&lt;/strong&gt; Because of its emphasis on modification, you can use open-source code to address problems that are unique to your business or community. You aren’t locked in to using the code in any one specific way, and you can rely on community help and peer review when you implement new solutions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lower cost:&lt;/strong&gt; With open-source the code itself is free—what you pay for when you use a company like Red Hat is support, security hardening, and help managing interoperability.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No vendor lock-in:&lt;/strong&gt; Freedom for the user means that you can take your open source code anywhere, and use it for anything, at anytime.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open collaboration:&lt;/strong&gt; The existence of active open source communities means that you can find help, resources, and perspectives that reach beyond one interest group or one company.&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Why should YOU contribute ?
&lt;/h1&gt;

&lt;p&gt;Spoiler Alert - Not just for free Tees&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Makes you a better developer&lt;/strong&gt; - By contributing to an open-source project, you receive immediate feedback on your development and programming skills. As you create more pull requests and apply what you learned from previous submissions, you begin to learn how to write good code and submit outstanding pull requests for code review.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Expands your professional network&lt;/strong&gt; - Building a robust professional network can help you achieve your career goals, learn more about your own or adjacent fields, and help with a job search. Contributing to open source is an excellent way to build that network. You join a welcoming community of hundreds or thousands of contributors, interact with like-minded developers in the open-source space, and make connections along the way.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Builds your resume -&lt;/strong&gt; Mentioning Open Source contributions on your resume , especially as a fresher leaves an extremely good impression on a recruiter.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Opens new doors -&lt;/strong&gt; Contributing to an open source project may even land you a job! For example, Mattermost has hired several contributors from its open source community to work full-time on the engineering team.&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Who is it for ?
&lt;/h1&gt;

&lt;p&gt;Open-source is a field where any person, expert, or novice can contribute and learn on the go. It is known that a person can't master anything. There is always scope for improvement. Hence, the gain comes from practicing repeatedly. It doesn't matter if you are just starting to contribute or a seasoned developer with a high number of contributions. You should always work to better this community by making as many contributions as you can do.&lt;/p&gt;




&lt;h1&gt;
  
  
  When can you get started ?
&lt;/h1&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;NOW !!!&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;If you are a first-time contributor, which everybody was at some point – here are some links that will get you started in the open-source world :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/larymak/Python-project-Scripts" rel="noopener noreferrer"&gt;Python Project Scripts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opensourcefriday.com/" rel="noopener noreferrer"&gt;Open Source Friday&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://habitica.com/static/front" rel="noopener noreferrer"&gt;Hebatica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pinaxproject.com/" rel="noopener noreferrer"&gt;Pinax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.firsttimersonly.com/" rel="noopener noreferrer"&gt;First Timers Only&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.codetriage.com/" rel="noopener noreferrer"&gt;Code Triage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://24pullrequests.com/" rel="noopener noreferrer"&gt;24 Pull Requests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://contributor.ninja/" rel="noopener noreferrer"&gt;Contributor Ninja&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/firstcontributions/first-contributions" rel="noopener noreferrer"&gt;First Contribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/deepsourcelabs/good-first-issue" rel="noopener noreferrer"&gt;Good First Issue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.pullrequestroulette.com" rel="noopener noreferrer"&gt;Pull Request Roulette&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Looking to contribute after all this open-source knowledge you just got? Do not forget to register in the biggest celebration of the open-source community → &lt;a href="https://hacktoberfest.com/participation/" rel="noopener noreferrer"&gt;HACKTOBERFEST 2022&lt;/a&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  Start with your First Contribution
&lt;/h1&gt;

&lt;p&gt;This writeup aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below.&lt;/p&gt;

&lt;p&gt;We will be using [git command line]&lt;/p&gt;

&lt;h3&gt;
  
  
  Fork a repository
&lt;/h3&gt;

&lt;p&gt;Fork a repository on which you wish to work by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.&lt;/p&gt;

&lt;h3&gt;
  
  
  Clone the repository
&lt;/h3&gt;

&lt;p&gt;Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the &lt;em&gt;copy to clipboard&lt;/em&gt; icon.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fxmv91sj9v7mghpoxij0a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fxmv91sj9v7mghpoxij0a.png" alt="clone" width="461" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Open a terminal in your machine and run the following git command:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project).&lt;/p&gt;


&lt;/blockquote&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;clone&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"url you just copied"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Create a branch
&lt;/h3&gt;

&lt;p&gt;Change to the repository directory on your computer (if you are not already there):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;cd&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;repository&lt;/span&gt;&lt;span class="nt"&gt;-name&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now create a branch using the git checkout command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;checkout&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-b&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;your&lt;/span&gt;&lt;span class="nt"&gt;-new-branch-name&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Make and commit changes
&lt;/h3&gt;

&lt;p&gt;When you stage changes in a file in the repository, the major thing you need to do is commit those changes. If you go to the project directory and execute the command git status, you'll see there are changes. Add those changes to the branch you just created using the git add command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;add&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;filename&lt;/span&gt;&lt;span class="nt"&gt;-in-which-changes-were-made&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If you have more than one files and you need to commit all changes, use:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;add&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now commit those changes using the git commit command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;commit&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-m&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"My first commit"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Push changes to GitHub
&lt;/h3&gt;

&lt;p&gt;Push your changes using the command git push:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;push&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;origin&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;add&lt;/span&gt;&lt;span class="nt"&gt;-your-branch-name&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Submit your changes for review
&lt;/h3&gt;

&lt;p&gt;If you go to your repository on GitHub, you'll see a Compare &amp;amp; pull request button. Click on that button.&lt;/p&gt;

&lt;p&gt;Now submit the pull request.&lt;/p&gt;

&lt;p&gt;Congrats! You just completed the standard fork -&amp;gt; clone -&amp;gt; edit -&amp;gt; pull request workflow that you'll encounter often as a contributor!&lt;/p&gt;




&lt;h1&gt;
  
  
  Way Forward
&lt;/h1&gt;

&lt;p&gt;Whether you just made your first open-source contribution or you’re looking for new ways to contribute, we hope you’re inspired to take action. Even if your contribution wasn’t accepted, don’t forget to say thanks when a maintainer put effort into helping you. People like you make open source: one issue, pull request, comment, or high-five at a time. Celebrate 🎉 your contribution and share it with your friends and followers. Never stop contributing to the open-source family, as it will help you become better as a developer and programmer. Through Open Source, you will get to meet and learn from some fantastic people and help those who lack some skillset.&lt;/p&gt;

&lt;h1&gt;
  
  
  Authors
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Ishaan-10" rel="noopener noreferrer"&gt;Ishaan Bhola&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/mannadamay12" rel="noopener noreferrer"&gt;Adamay Mann&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>hacktoberfest</category>
      <category>opensource</category>
      <category>github</category>
      <category>microsoft</category>
    </item>
  </channel>
</rss>
