<?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: Yash Pal</title>
    <description>The latest articles on DEV Community by Yash Pal (@yash_pal_21).</description>
    <link>https://dev.to/yash_pal_21</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%2F2397940%2F919f26dd-e0c4-4b20-bf6f-7f1750451f1e.jpg</url>
      <title>DEV Community: Yash Pal</title>
      <link>https://dev.to/yash_pal_21</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yash_pal_21"/>
    <language>en</language>
    <item>
      <title>Hacktoberfest 2024!</title>
      <dc:creator>Yash Pal</dc:creator>
      <pubDate>Sun, 10 Nov 2024 11:13:27 +0000</pubDate>
      <link>https://dev.to/yash_pal_21/hacktoberfest-2024-3gl7</link>
      <guid>https://dev.to/yash_pal_21/hacktoberfest-2024-3gl7</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hacktoberfest 2024 Writing Challenge&lt;/strong&gt;: &lt;a href="https://dev.to/challenges/hacktoberfest"&gt;Contributor Experience&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hello, open-source enthusiasts! I'd like to start this blog by sharing my Holopin badges from Hacktoberfest and a bit about myself.&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%2Fm9m86gqgu1vxrt4v3e7e.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%2Fm9m86gqgu1vxrt4v3e7e.png" alt="Here are the badges I earned through the HacktoberFest" width="800" height="887"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've been coding since my second year of college, and now I'm in my third year. This Hacktoberfest was my first time contributing to open source. You might wonder: Why the delay?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I kept saying to myself&lt;/strong&gt; &lt;br&gt;
&lt;a href="https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExOGk4YzlhMm9ranhtYW1rMW1rZXNob2hodzBkNjV0cHNoNzBscGNodyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/X4YqmJEl6wJoY/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExOGk4YzlhMm9ranhtYW1rMW1rZXNob2hodzBkNjV0cHNoNzBscGNodyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/X4YqmJEl6wJoY/giphy.gif" width="250" height="190"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Well, at first, I was anxious and struggled with beginner’s syndrome. I kept telling myself things like, &lt;em&gt;“I don’t know how Git works!”&lt;/em&gt; or &lt;em&gt;“I don’t know enough to contribute to projects that have been around since the dawn of time—pun intended!”&lt;/em&gt; I only know Java, I haven't mastered a full tech stack, and had plenty of other doubts. But this time, I decided to participate, thinking, &lt;em&gt;“What’s the worst that could happen?”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;So, here’s how my open-source journey began, and it wasn’t as tough as I’d imagined. Here’s what I did:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I went through the GSOC list of organizations and filtered out those using tech stacks I was comfortable with. One of them was the Jenkins project, which is built primarily in Java.&lt;/li&gt;
&lt;li&gt;I joined their Gitter channel and introduced myself to the community. They were welcoming and supportive.&lt;/li&gt;
&lt;li&gt;I set up the project on my local system, with some guidance from the maintainers.&lt;/li&gt;
&lt;li&gt;Finally, I tackled issues labeled “good first issues” and “Hacktoberfest.”&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Challenges and Tips for Beginners&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Now, it may sound straightforward, but it wasn't as smooth as I’d imagined. I made a few mistakes along the way—like most beginners! Here are some key takeaways I think every new contributor should know:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Read the contributing guidelines&lt;/strong&gt; for the project (usually found in a &lt;code&gt;CONTRIBUTING.md&lt;/code&gt; file).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ask before you start&lt;/strong&gt; working on an issue to see if anyone else is already on it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learn the basics of version control&lt;/strong&gt;—tools like Git and GitHub are essential. I found &lt;a href="https://learngitbranching.js.org/" rel="noopener noreferrer"&gt;this interactive Git resource&lt;/a&gt; especially helpful.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Be respectful and empathetic&lt;/strong&gt; towards the community.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;My Pull Requests during Hacktoberfest&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here are the PRs I submitted:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://github.com/jenkins-infra/jenkins.io/pull/7595" rel="noopener noreferrer"&gt;Updated outdated screenshots with newer versions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/jenkins-infra/jenkins.io/pull/7602" rel="noopener noreferrer"&gt;Made documentation changes for the Jenkins on Google Cloud tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/jenkins-infra/jenkins.io/pull/7606" rel="noopener noreferrer"&gt;Updated screenshots for the Jenkins controller on Kubernetes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/jenkins-infra/jenkins.io/pull/7606" rel="noopener noreferrer"&gt;Additional screenshot updates&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;After my PRs got merged I was like&lt;/strong&gt;&lt;a href="https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExYm8yenF2dW40cnNzeWV3OHpyZmsxNGpucTF5Mzg3MjBkem95M3A0YyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5GoVLqeAOo6PK/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExYm8yenF2dW40cnNzeWV3OHpyZmsxNGpucTF5Mzg3MjBkem95M3A0YyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5GoVLqeAOo6PK/giphy.gif" width="237" height="185"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To wrap up, here’s a bit of advice: &lt;em&gt;Push yourself out of your comfort zone—great things are waiting beyond it. Don’t be afraid to make mistakes; that’s part of being human, and we learn by trying and failing. The most beautiful things are waiting beyond the sea of doubts&lt;/em&gt; I hope you’ll pass this advice along to others.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here are Rachel and Phoebe cheering you on&lt;/strong&gt; &lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmedia.giphy.com%2Fmedia%2FYnBntKOgnUSBkV7bQH%2Fgiphy.gif%3F" 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%2Fmedia.giphy.com%2Fmedia%2FYnBntKOgnUSBkV7bQH%2Fgiphy.gif%3F" width="480" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you enjoyed this blog, feel free to connect with me:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.linkedin.com/in/yash-pal-88621224b/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/yashpal2104" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://x.com/yashtwtss" rel="noopener noreferrer"&gt;X (Twitter)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Also a shoutout to &lt;a href="https://www.linkedin.com/in/markwaite/" rel="noopener noreferrer"&gt;Mark waite&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href="https://www.linkedin.com/in/kris-stern/?originalSubdomain=hk" rel="noopener noreferrer"&gt;Kris Stern&lt;/a&gt;&lt;/strong&gt; for helping me out &lt;/p&gt;

</description>
      <category>opensource</category>
      <category>java</category>
      <category>jenkins</category>
      <category>hacktoberfest</category>
    </item>
  </channel>
</rss>
