First Open Source Contribution with First Contributions on GitHub

🚀 Want to make your first open-source contribution but don’t know where to start? Here’s how I did it! I contributed to the First Contributions project, a beginner-friendly way to learn Git and GitHub workflows. Steps I followed: 1️⃣ Fork the repository from the firstcontributions repository on GitHub. 2️⃣ Clone your fork to your computer. Find your copy of the repository on your GitHub account page and copy the URL: git clone https://lnkd.in/g6pMYd5R 3️⃣ Create a new branch: git branch add-your-name git checkout add-your-name Or, in one step: git switch -c add-your-name 4️⃣ Make your contribution – add your name to Contributors.md. 5️⃣ Commit and push your changes: git add Contributors.md git commit -m "Add Your Name" git push origin add-your-name 6️⃣ Create a Pull Request from your forked repository on your GitHub account page. That’s it! By doing this, you’ll learn how forks, branches, and PRs work, and gain your first experience collaborating with a public project. If you’ve never contributed to open source before, I highly recommend starting with First Contributions — it’s beginner-friendly and fun! 🎉 #OpenSource #GitHub #FirstContribution #WebDevelopment #Coding

  • graphical user interface, application

To view or add a comment, sign in

Explore content categories