GithubHelp home page GithubHelp logo

anshul077 / hacktoberfest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shravan2524/hacktoberfest

1.0 0.0 0.0 37 KB

About This Repository contains the basic projects that can be attepted by the beginner to improve his level to Intermediate JavaScript Programmer.

License: MIT License

JavaScript 0.34% C++ 98.78% Python 0.21% C 0.67%

hacktoberfest's Introduction

HacktoberFest 2022 - JavaScript-Basic-Projects

image

How to contribute to this repository

1. Star this repository

Star this repository by clicking on the star button on the top right of this page. This will help us in promoting this repository.

2. Fork this repository

You can get your own fork/copy of JavaScript-Basic-Projects by using the Fork button.

[Fork Button](

3. Clone the repository

You need to clone (download) it to local machine using

$ git clone

This makes a local copy of repository in your machine.

Once you have cloned the JavaScript-Basic-Projects repository in Github, move to that folder first using change directory command.

# This will change directory to a folder JavaScript-Basic-Projects
$ cd JavaScript-Basic-Projects

Move to this folder for all other commands.

4. Create a new branch

Whenever you are going to make contribution. Please create separate branch using command and keep your main branch clean (i.e. synced with remote branch).

# It will create a new branch with name Branch_Name and switch to branch Folder_Name
$ git checkout -b Branch_Name

Create a separate branch for contribution and try to use same name of branch as of folder.

To switch to desired branch

# To switch from one folder to other
$ git checkout Branch_Name

To add the changes to the branch. Use

# To add all files to branch Folder_Name
$ git add .

Type in a message relevant for the code reviewer using

# This message get associated with all files you have changed
$ git commit -m 'relevant message'

Now, Push your awesome work to your remote repository using

# To push your work to your remote repository
$ git push -u origin Branch_Name

Finally, go to your repository in browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.

How to write the perfect pull request

Here are a few things you can do that will increase the likelihood of your pull request being accepted:

  • Use a clear and descriptive title for the pull request and commits
  • Write a good description explaining the purpose of the pull request
  • Link the pull request to an existing issue (please do not open a new issue for small changes like typos, punctuation or grammar fixes)
  • If you are contributing to a project for the first time, please add yourself to the contributors list

How to write the perfect issue

Here are a few things you can do that will increase the likelihood of your issue being accepted:

  • Use a clear and descriptive title for the issue
  • Write a good description explaining the purpose of the issue
  • Add relevant labels to the issue
  • Link the issue to an existing pull request (if applicable)

hacktoberfest's People

Contributors

shravan2524 avatar anshul077 avatar shravanc26 avatar manjunath0408 avatar saketthota avatar shahnewaz-labib avatar

Stargazers

 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.