Giter Club home page Giter Club logo

first_contribution's Introduction

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
Slim Coder

💻 👀 🖋 🐛 🔣 📖 ⚠️
ibrahimijc
ibrahimijc

🖋
Aqsa
Aqsa

💻
Amin
Amin

🖋
Ben Carpenter
Ben Carpenter

💻
Mursal Furqan
Mursal Furqan

🖋
siraiwaqarali
siraiwaqarali

🖋 💻
Fatima Yousif
Fatima Yousif

🖋
Ibad Ullah Shaikh
Ibad Ullah Shaikh

🖋
Muhammad Azeem
Muhammad Azeem

🖋
Muhammad Asim
Muhammad Asim

💻
Garima Singh
Garima Singh

💻
Kushal Agrawal
Kushal Agrawal

💻
Suraj_v
Suraj_v

💻
Usama Ejaz
Usama Ejaz

💻
Inayat61
Inayat61

💻
Umair Jibran
Umair Jibran

💻
Usama Liaquat
Usama Liaquat

💻
Rao Ubaidullah
Rao Ubaidullah

💻
Mayuresh Deolekar
Mayuresh Deolekar

💻
LaibaMemon
LaibaMemon

💻
Aemon Jabbar
Aemon Jabbar

🖋
Mahar zeeshan
Mahar zeeshan

🖋
Hasnain Abid Khanzada
Hasnain Abid Khanzada

💻
Nikita jain
Nikita jain

💻
Pratik S Zinjurde
Pratik S Zinjurde

💻
Siddharth Sharma
Siddharth Sharma

🖋
Manvi Jha
Manvi Jha

🖋
Daniel Laurence
Daniel Laurence

💻
Raghavan alias Saravanan M
Raghavan alias Saravanan M

💻
sharun k k
sharun k k

🖋
Vipul Raj
Vipul Raj

🖋
AvidCoder
AvidCoder

💻 🖋
Sai Kishore
Sai Kishore

🖋
Alwaz
Alwaz

🖋
Ratheshan Sathiyamoorthy
Ratheshan Sathiyamoorthy

🖋
Abd
Abd

🖋
CodingSpecies
CodingSpecies

🖋
Jayant Goel
Jayant Goel

🖋
Ishraq Ahmed Esha
Ishraq Ahmed Esha

💻
Aayush Jain
Aayush Jain

🖋
Khushi
Khushi

🖋
John Dao
John Dao

🖋
Rashid Wassan
Rashid Wassan

💻
Syed Sohan
Syed Sohan

🖋
Vineet Nayak S
Vineet Nayak S

🖋
Aditya Patel
Aditya Patel

🖋
Ankit Shrivastava
Ankit Shrivastava

🖋
Aleksey Voko
Aleksey Voko

💻
Janzell Jurilla
Janzell Jurilla

💻
Zaid Ahmed
Zaid Ahmed

🖋
Abhinav
Abhinav

🖋
Dhruv Patil
Dhruv Patil

🖋
Labheshwar Sharma
Labheshwar Sharma

🖋
Sabahat Zainab
Sabahat Zainab

🖋
Mubasharaa
Mubasharaa

🖋

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

first_contribution's People

Contributors

vivekanand999 avatar allcontributors[bot] avatar mrslimcoder avatar owais4321 avatar abhi6722 avatar usamaejaz0 avatar johndao1005 avatar anaskhan28 avatar ankybot avatar iamzaidsoomro avatar waqaralisiyal23 avatar sabahatzainab avatar itsraghz avatar ns007-dev avatar mursalfk avatar pratikpz18 avatar ahmedishraq avatar vipulraj-123 avatar vineetnayak777 avatar umairjibran avatar zuhairhossain avatar surajv311 avatar sharmas1ddharth avatar rishabh062 avatar ratheshan03 avatar rashidwassan avatar ubaidrao avatar neeteshking21 avatar avinashluhana avatar fatimayousif avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.