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!