Skip to content

codeiiest-dev/FirstContributions

Repository files navigation

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

Create a new file with the format <your-github-username>.md inside the contributors directory.

For example, if my username is arnabsen1729 then the file name would be arnabsen1729.md.

Inside the file add anything you want, maybe a short bio about yourself, your hobbies etc.

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
Rajdeep Ghosh

πŸ’»
Neeraj Pratap Hazarika
Neeraj Pratap Hazarika

πŸ’»
Pranab1109
Pranab1109

πŸ’»
Devanshu Chatterjee
Devanshu Chatterjee

πŸ’»
simeetnayan81
simeetnayan81

πŸ’»
Rahul Halder
Rahul Halder

πŸ’»
Raunak Gayen
Raunak Gayen

πŸ’»
Abhiroop25902
Abhiroop25902

πŸ’»
TMahato
TMahato

πŸ’»
subhadeep01
subhadeep01

πŸ’»
arghya17
arghya17

πŸ’»
iftiquar
iftiquar

πŸ“–
Raksha Pahariya
Raksha Pahariya

πŸ’»
saha-kiranmoy
saha-kiranmoy

πŸ’»
siddharth595
siddharth595

πŸ’»
Mandal-Arpan2002
Mandal-Arpan2002

πŸ’»

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 21