Code Monkey home page Code Monkey logo

learn-js's Introduction

Hacktober Fest Cover Image

NOTE

  • You must maintain proper structure of the repo, control structure concepts must fall into "Control Structure" folder and so on.
  • You can also add any issue and we will assign it to you as per your request!

learn-js

A repo dedicated to the introductory concepts of JavaScript

How to contribute

  1. You can contribute in terms of Code
  2. You can contribute in terms of improving Documentation

Following the procedure you can make your contribution with ease.

Step 1

Look in the issues if the change you are doing is available and issues section is it assigned to someone or not if you can't find any issue open one. Anyone from our team will assign you the issue then you can start contributing

step 2 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

step 3 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"

step 4 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

e.g. git checkout -b

step 4 Lets make some contributions

Make changes to files on your local machine work on the issue you're assigned.

step 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 .

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

git commit -m "resolved the "

step 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 branch is same as you created in step 3

step 7 Submit your changes for review

Once you have pushed your code to GitHub, now it's time to create 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

learn-js's People

Contributors

algeo3603 avatar alwaz avatar amansingh1912 avatar asadullahshaikh123 avatar azizkhoso avatar babarme avatar dilpatrai avatar hafizafarwa avatar hira-amir avatar hussnaindev avatar iamzaidsoomro avatar jmrchelani avatar khatri7968 avatar kumarkelashmeghwar avatar loveena28 avatar m67uzair avatar mahnoor1999 avatar malhar-soomro avatar mzubair21 avatar nabeel110 avatar officialabdulrehman avatar profpiyush avatar rashidwassan avatar sarwan920 avatar tabishrehmatullah avatar yadavsonu21 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.