NirajD10 / contribute-practice

Beginner friendly Contribution practice!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flamey from studio ghilbi First time Practice Contributions! flamey from studio ghilbi

hot coffee


Introduction

Welcome to a beginner-friendly GitHub repository. A great place to start for a first practice contribution!

This repo is designed for first-time contributors to get familiar with the process of forking a repo, cloning it to their local machine, making changes, and submitting a pull request.

I've included some simple tasks for you to complete, along with step-by-step instructions on how to submit your changes.

Whether you're new to programming or just new to open source contributions, this is the perfect place to get started. So, fork the repo, clone it, and let's get started!


Objectives

  • Provide an introduction and overview of the repository for first-time contributors.
  • Explain the process of forking a repo, cloning it to a local machine, making changes and submitting a pull request.
  • Include simple tasks for contributors to complete with step-by-step instructions on how to submit changes.
  • Encourage contributors to fork and clone the repo and get started with making contributions.


Table of Contents

cute lazy cat gif chasing butterfly

Fork this repo

Step 1

step 1 fork this repo drown down button


  • Click on the "Fork" drop down button located in the top right corner of the page.

  • Click on the "+ Create a new fork*


Step 2

step 2 fork this repository addition


  • Click on "Create fork"

  • Once the repository has been forked, you will be taken to the forked repository's page.

  • This will be a copy of the original repository, but it will be under your account.







Clone this repo

step 1 click code then ssh then copy

  • First, lets click on the "Code" drop down button, click on "SSH" then click the "Copy Icon"

  • Then, let's go to our local machine, open the terminal, and create a new directory to put our newly cloned repo in and name it "contribute-practice"

mkdir contribute-practice
  • and cd into the directory
cd contribute-practice
  • Clone the forked repository to your local machine by typing git clone followed by the SSH link that you copied.
git clone copyoftheurlssh



Create a branch

  • Now let's create a new branch through the terminal using the git switch BranchName.

Replace BranchName with the name of the new branch you want to create.

For example:

git switch -c branchTest



Contribution time!

  • Open the contributing.md file, you can use a text editor of your choice, for example, nano contributing.md or vi contributing.md I personally use vs code, so I would type:
code .
  • Follow the directions under the contributing.md, and once you've finished, do the same process for readme.md (so that your username and quotes are displayed in both files)

  • Now lets commit your changes!

  • Remember the order for git best practices!
    git status >> git add (files changed) >> git commit -m "insert short description of changes made" >> git push

type:

git status

now you can see the files that were changed, now add them (In this case, it should be contributing.md and readme.md)

git add (files changed)

now lets commit our changes with a short description

git commit -m "Add: Added my name to list, My first contribution!"

Push the changes to your forked repository on GitHub using the command git push origin BranchName, where BranchName is the name of the branch you are working on.

git push -u origin BranchName



Making a Pull Request

Step 1

step 1 Pull request






  • Go to your forked repository on GitHub, click on "contribute" drop down, and click on "Open pull request"




Step 2

step 2 Pull request


  • Fill in the title and description of the pull request to explain the changes you made!

  • After filling out the details, click the "Create pull request" button to submit your request for review.









Great job! All done! Wasn't so bad was it?


cute studio ghilbi gif


  • Congratulations on completing the typical fork, clone, make changes, and pull request workflow commonly used by contributors. Keep up the good work and continue contributing!

  • I will get around to merging the request when I can, I am usually good about it!

Contributors


Jump to: | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | R | S | T | U | V | W | Y | Z



A

B

C

D

  • Deadrep (https://github.com/Deadrep)
    "In 2023, my objective is to engage in open source projects and make connections within the technology field. My goal is to also create a tailored portfolio that showcases my interests and passions with the ultimate aim of securing a job in my desired industry."

E

F

G

  • Golluméo (https://github.com/gollumeo)
  • "For 2023, my goal is to be a succesful backend web developer, as well as to contribute to open source projects!"

H

I

J

K

  • Kappa0x (https://github.com/kappa0x)
    "For as long as I can remember, I have been dreaming of achieving something great. Now, I am determined to make that dream a reality before it's too late, as time is an invaluable commodity"

L

M

  • MartinsMind (https://github.com/martinsmind)
    "For the year 2023, my goal is to learn Python, C and JavaScript. Also contribute more to open source projects!"

  • mhayakawa1 (https://github.com/mhayakawa1)
    "My goal for this year is to learn Angular, build a project with an API, and apply to more jobs."

N

  • Namit Malasi(https://github.com/namitmalasi) "In 2023 my goal will be to contribute to the open source community as much as possible."

  • Niraj Deshmukh(https://github.com/NirajD10)
    "This year, I am going to follow passionate as Full stack developer and land high paying job as well as contribute github repo as much as I can!"

  • NitkarshChoursia (https://github.com/NitkarshChourasia)
    "For the year 2023, my goal is to achieve my definition of success, I am also planning to be successful on Youtube!"

O

P

  • Pdzoc (https://github.com/Pdzoc)
    "It's not exactly my first contribution, but I like the idea that this repository is like a time capsule. For this year I would like to get +100 solved tasks in certain site with coding chalenges, and trying riding."

Q

R

S

T

  • TomeSprout (https://github.com/TomeSprout)
    "Let's fulfill this full-time Full Stack role, full stop. Also need to get these Go apps launched and contribute to projects outside of my comfort zone. 🌱 -- Cool stuff @HyunCafe"

U

V

W

  • WitchingHr (https://github.com/WitchingHr)
    "My goal in 2023 is to create a fitness tracker application using React Native and show it off to employers to help land myself a job. 1% BETTER EVERY DAY 💪"

X

Y

  • YouGotHitByGunner (https://github.com/YouGotHitByGunner)
    "For the year 2023, my goal is to get a job as a Software Engineer! I'll be learning every day towards that goal and make 2023 my year! Let's go!!"
    "Thank you to HyunCafe for teaching me the fundamentals of contributing to open-source projects!"

Z

About

Beginner friendly Contribution practice!

License:MIT License