Giter Club home page Giter Club logo

coding-beginners-hacktoberfest-20's Introduction

Open Source Love

Hello coders 👋

Let's help you submit your first Pull Request!!!

Coding-Beginners

Repository for coding newbies.

Feel free to fork and contribute :)

HF2020 Events 1600x400 Centered

How to contribute to this project or Open Source ?

Happy Hacktoberfest! If you are a beginner, and looking for your first contribution. please follow these steps :-

Note :

Before contributing to this project plese read the ISSUE and then start to contribute for that issue.

Instructions :

0.Star this Repository

Star this repository on GitHub by navigating at the top-right of the repository.

1. Fork this Repository

fork 🍽️ this repository on GitHub by navigating at the top of this repository.
GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.

2. Clone the Repository

To make your own local copy of the repository you would like to contribute.
use the git clone command along with the URL that points to your fork of the repository.

3. Create a New Branch

use the git branch new-branch command for create a new branch.
change the branch master name for one of your own.
Now that our new branch is created, we can switch to make sure that we are working on that branch by using the git checkout command:
git checkout new-branch
git add -A or git add . for adding the changes file.

git add -A stages all changes git add . stages new files and modifications, without deletions git add -u stages modifications and deletions, without new files

git commit -m " here type your message " for comminting.
Then push to your local repository
git push origin new-branch

4. Create Pull Request

At this point, you are ready to make a pull request to the original repository.
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.

Done ! you have made a pull request and wait for approved by the maintainers.

HAPPY Hacktoberfest!

1_Zgzm5Dw86UPNlSLeyUAoyw

coding-beginners-hacktoberfest-20's People

Contributors

abhikbob avatar abhinavkesari avatar ajayk-git avatar amolsr avatar badal8877 avatar divshacker avatar erikrios avatar fahasbasil avatar leuthera avatar mokshagna517 avatar mrbuddhu avatar msbuddhu avatar nereiiidking avatar percyashu avatar rajeevgeek avatar ravi-prakash1907 avatar sakshamb2113 avatar shantanu1099 avatar singhsunny0712 avatar spidyhog avatar subhampramanik avatar uglysquid27 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

coding-beginners-hacktoberfest-20's Issues

Updation of readme.md

Update the readme.md file so that new open source enthusiasts don't get overwhelmed.

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.