arnabsen1729 / FirstContributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Contributions

All Contributors

Welcome, let's take the baby steps towards your Open Source Journey together. Might be intimidating in the begining, but don't worry you will learn and enjoy a lot throughout the process. May the source be with you.

Let's take a step wise look into how you can make your first Pull Request.

1. Fork the repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

2. Clone the repository

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 copy to clipboard icon.

Open a terminal and run the following git command:

git clone https://github.com/<username>/FirstContributions

3. Create a branch

Use the git checkout command to create a new branch

git checkout -b <your-branch-name>

4. Make changes

Sprinkle your pixie dust ✨

5. Push changes

Push your changes using the command git push:

git push origin <add-your-branch-name>

6. Make your PR


Congratulations πŸŽ‰. You successfully made your contribution

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Rajdeep Ghosh

πŸ’»

Neeraj Pratap Hazarika

πŸ’»

Pranab1109

πŸ’»

Devanshu Chatterjee

πŸ’»

simeetnayan81

πŸ’»

Rahul Halder

πŸ’»

Raunak Gayen

πŸ’»

Abhiroop25902

πŸ’»

TMahato

πŸ’»

subhadeep01

πŸ’»

arghya17

πŸ’»

iftiquar

πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

About