/I_want_hacktoberfest_tshirt

A repository to get Hacktoberfest Tshirt and also to learn how to create a pull request so you can learn to use Git.

Beginners friendly contributions for Hacktoberfest 2018

This repository is a platform for open source enthusiasts to start with their open source contribution. You can find a tutorial here📃

Begin your contributions here.

Steps to follow 📜

0. Register to the Hacktoberfest 🎫

If it's not already done, you can register to participate to the Hacktoberfest here.

1. Fork this Repo 🍴

Click on the "Fork" button at the top right of this repo (I_want_hacktoberfest_tshirt).

Fork Button

2. Do the real work 💪

1. Clone the repository by -
git clone https://github.com/<your_username>/I_want_hacktoberfest_tshirt
2. Go to the repository
cd I_want_hacktoberfest_tshirt
3. Create a branch of your username from master by -
git branch -b <your_username>
4. Edit CONTRIBUTORS.md and add this line at the end of the file
  - [<your name>](<Link to your GitHub profile>)
5. Add the edited file by -
git add CONTRIBUTORS.md
6. Add a commit by -
git commit -m "Contribution to open source world by <user_name>"
7. Push the commit by -
git push origin <your_username>

CONGRATULATIONS!! You made a contribution to open source.

3. Now Final Step 🏁

Once you finished, create a pull request (you can do it by going in the "Pull requests" tab and selecting "New pull request"). or by visiting

https://github.com/<your username>/I_want_hacktoberfest_tshirt/pull/new/<your branch name 'refer point 3'>

4. Give this repository a star 🌟

If you liked working on this project and learned something new, please share this project as much as you can and star this project (in the top right corner) to help as many people in open source as you can.

🎉 🎊 😃 Happy Contributing 😃 🎊 🎉