iamzaidsoomro / first_contribution

Project for newcomers in open source and github

Home Page:https://techistan-contributors.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Contributors

A web page that shows details of all the members, owners and contributors.

First Contributions:

  • Are you new to open source project?
  • Do you want to make open source contribution?
  • Can't find a beginner's project to contribute to?

Don't worry you are at perfect place.

This is simple project you just have to add yourself as contributor by adding your name in members.json file.

Still don't get it?

Don't worry below is step by step guide to help you make your first contribution!

How to contribute

Here you will learn how you can contribute to this project and can make your first contribution

1. Fork this repository

You can fork this repository by clicking on fork button on top right corner. Once you fork this will create a copy of repo on your account

2. Clone the repository

To clone the repository go to your account, open this repo and either click on clone button or run the command below to get this repository on your local machine.

git clone "URL you just copied"

e.g. git clone https://github.com/yourgithubusername/first_contribution.git

3. Create a branch

On your local machine go the project folder that you cloned and use following git command inside that folder

Create a new branch using below command:

git checkout -b <add-your-github-username>

e.g. git checkout -b add-owais431

4. Let's make some contributions!

On your local machine open Data folder in repository and change member.json file and add your details in contributors array.

5. Add Changes and Commit Changes

Now we have to add changes that we made to the branch so for that we will run following command:

git add Data/member.json

Now we have to commit changes, commit message should always be clear, to commit use command below:

git commit -m "Add my-name to the list of contributors"

6. Push changes to GitHub.

Now we have to push the changes that we made to remote repository on specified branch to do so use command below

git push origin name-of-your-branch

Name of branch is same as you created in step 3

Submit your changes for review:

Once you have pushed your code to GitHub, now it's time to create a pull request, you will go to the repository click on compare and pull request and submit the pull request.

Soon, we will be merging all your pull requests to the main branch of project and you will also get notification once your pull request is merged with existing code base. After that you will be able to see your details in contributor section on the page below.

Techistan Contributors

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Slim Coder

πŸ’» πŸ‘€ πŸ–‹ πŸ› πŸ”£ πŸ“– ⚠️

ibrahimijc

πŸ–‹

Aqsa

πŸ’»

Amin

πŸ–‹

Ben Carpenter

πŸ’»

Mursal Furqan

πŸ–‹

siraiwaqarali

πŸ–‹ πŸ’»

Fatima Yousif

πŸ–‹

Ibad Ullah Shaikh

πŸ–‹

Muhammad Azeem

πŸ–‹

Muhammad Asim

πŸ’»

Garima Singh

πŸ’»

Kushal Agrawal

πŸ’»

Suraj_v

πŸ’»

Usama Ejaz

πŸ’»

Inayat61

πŸ’»

Umair Jibran

πŸ’»

Usama Liaquat

πŸ’»

Rao Ubaidullah

πŸ’»

Mayuresh Deolekar

πŸ’»

LaibaMemon

πŸ’»

Aemon Jabbar

πŸ–‹

Mahar zeeshan

πŸ–‹

Hasnain Abid Khanzada

πŸ’»

Nikita jain

πŸ’»

Pratik S Zinjurde

πŸ’»

Siddharth Sharma

πŸ–‹

Manvi Jha

πŸ–‹

Daniel Laurence

πŸ’»

Raghavan alias Saravanan M

πŸ’»

sharun k k

πŸ–‹

Vipul Raj

πŸ–‹

AvidCoder

πŸ’» πŸ–‹

Sai Kishore

πŸ–‹

Alwaz

πŸ–‹

Ratheshan Sathiyamoorthy

πŸ–‹

Abd

πŸ–‹

CodingSpecies

πŸ–‹

Jayant Goel

πŸ–‹

Ishraq Ahmed Esha

πŸ’»

Aayush Jain

πŸ–‹

Khushi

πŸ–‹

John Dao

πŸ–‹

Rashid Wassan

πŸ’»

Syed Sohan

πŸ–‹

Vineet Nayak S

πŸ–‹

Aditya Patel

πŸ–‹

Ankit Shrivastava

πŸ–‹

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

About

Project for newcomers in open source and github

https://techistan-contributors.herokuapp.com/

License:MIT License


Languages

Language:EJS 71.6%Language:CSS 23.0%Language:JavaScript 5.4%