Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active October 1, 2018 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadawais/b6498351f167fb365d9309478b873a54 to your computer and use it in GitHub Desktop.
Save ahmadawais/b6498351f167fb365d9309478b873a54 to your computer and use it in GitHub Desktop.
[OneDevMinute]: #Hacktoberfest — Contribute to Open Source by Learning to Create A Github Pull Request
title category date
#Hacktoberfest — Contribute to Open Source by Learning to Create A Github Pull Request
Git
2018-10-01

OneDevMinute

🙌 As a full-time #OpenSourcerer — October is one of my favorite months. And it's October already. Today's #OneDevMinute is about #Hacktoberfest — it's a month-long online event where you signup at GitHub.com and Hacktoberfest to celebrate Open Source by contributing at least five times between Oct 1-31.

✅ Good folks from DigitalOcean, GitHub, and Twilio will track your open source contributions and upon five successful GitHub pull-requests — you'll receive swag items like a limited edition T-Shirt, stickers, and maybe a few discount codes.

😇 Open source is for everyone, it's not just code — developers, designers, even marketers, and content writers can participate. Improve an open source project's documentation, refactor code, gift that project a new logo design — just participate and celebrate open source in October.

# Step #0: Create an account on GitHub.com (Also signup at https://hacktoberfest.digitalocean.com/).
# Step #1: Fork any open source GitHub repo.
# Step #2: Clone that repo in your local PC.
git clone https://github.com/AhmadAwais/Hacktoberfest

# Step #3: Make changes and commit/push these changes.
git add .
git commit -m "📦 NEW: Resource for learning Git"
git push

# Step #4: Go to your fork, click open `Pull Request` link and create a PR.

Use Emoji-Log

Learn to write good and useful git commit messages using emoji-log project.

{% github https://github.com/AhmadAwais/Emoji-Log %}

P.S. If you like my work, feel free to share it, like it. I am quite active on twitter you can find me cracking silly jokes there, maybe follow me on Twitter to connect and subscribe to my YouTube channel →

P.P.S. I have 100+ FOSS (Free & Open Source Software) GitHub repositories where you can contribute and earn your #Hacktoberfest swag. Check it out →

Peace! ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment