Giter Site home page Giter Site logo

oarabilemwiya / first-pr-hacktoberfest--2019 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from basu0001/first-pr-hacktoberfest--2019

0.0 1.0 0.0 207 KB

This will help beginner to get PR ......Happy Contributing

License: MIT License

C 11.28% Python 8.47% C++ 28.40% Java 34.25% PHP 0.59% JavaScript 6.50% Ruby 1.47% Assembly 1.15% Shell 0.09% Crystal 0.63% C# 3.21% Elixir 0.09% Go 0.57% Haskell 0.26% Kotlin 2.37% Objective-C 0.23% Perl 6 0.05% PowerShell 0.08% Swift 0.16% Visual Basic 0.16%

first-pr-hacktoberfest--2019's Introduction

first-pr-Hacktoberfest -2019

First Contributions

It’s not an easy task for a learner to implement things in the right way at one shot and difficult for learners to go in a correct path by following certain rules initially. Learners make mistakes and one learns from his/her mistake. So, we want to help the new-come learners to contribute to open source by making their first contribution. There is nothing more efficient way of learning new stuff than implementing it. As the saying goes “practise makes a man perfect”, the more we contribute to open source, the more we shall get used to its advantages. We shall, therefore, learn to contribute to the open-source GitHub by following the given steps below.

Fork this repository

Now, forking seems easy! Just click on right top fork button and get a copy of the repository in your account easily done.

Clone the repository

Next, to clone the forked repository just go your GitHub account, open the forked repository, them the copy to clipboard icon is pressed under the clone or download button in the forked repository. Open a terminal and run the following git command:

git clone "URL you copied"

where "URL you just copied" (without the quote marks) is the URL to this repository (your fork of this project).

Create a branch

Change to the repository directory on your computer (if you are not already there):

cd first-pr-Hacktoberfest--2019

Now create a branch using the git checkout command:

git checkout -b <add-your-new-branch-name> write the branch name without brackets.

Make necessary changes and commit those changes

Go to freshers folder. In the contributor_list.md add your name and git account. Then move into json folder open the gitcommands.json file and write any git commad you understood and describe it in one line. After necessary changes are made save them and in terminal type git status. Now you need to add them. git add freshers cause the folder you edited is named as freshers. If you go to the project directory and execute the command git status, you'll see there are changes.

git commit -m "Briefly explain what you did"

Push changes to GitHub

Push your changes using the command git push:

git push origin <add-your-branch-name>

Replacing <add-your-branch-name> with the name of the branch you created earlier.

Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button. Now submit the pull request.

Where to go from here?

Congrats! You just completed the standard fork -> clone -> edit -> PR workflow that you'll encounter often as a contributor! Now its time to practice some more PR workflow using different repositories.

And you like it then press the star button

first-pr-hacktoberfest--2019's People

Contributors

akash-ranjan8 avatar aloks98 avatar basu0001 avatar frozengirl-spd avatar heytulsiprasad avatar oarabilemwiya avatar saidattas avatar spandandash avatar

Watchers

 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.