Code Monkey home page Code Monkey logo

hacktoberfest2k19's Introduction

HacktoberFest 2k19 Workshop

This repo is meant for HacktoberFest2k19 workshop. We gladly accept any contributions that are made to this repo as a part of Hacktober Fest 2k19.

What to do?

Contribution Type 1

Go to any folder you wish to contribute to and add any algorithm or data structure code you wish to contribute to this repository. Use commit message as #<Issue Number> Added <filename>

Contribution Type 2

If anyone has already written a code on a specific problem, you can update the code using data structures, add some efficient implementation of the code or just add proper documentation with comments in the same file. Use commit message as #<Issue Number> Updated <filename>

Contribution Type 3

You can also make any contribution by deleting a file in any folder. Make sure to delete any unused file in the repo. Use commit message #<Issue Number> Deleted <filename>

To contribute to this repo:

Find an issue or open a new one

Before contributing please go through the issues that have been proposed by the maintainer and find an appropriate issue to work on Look for issues with good first bugs, hacktober, hacktoberfest, up for grabs, help wanted

Note : Please make sure not to open an issue that already exists.

Fork the repository

To fork a repo, click on fork button on the upper right hand corner of the screen, this will help you build your own copy of the repository on your account.

Clone the repository

  • To clone a repo to your computer, click on Clone or Download button and copy the link to clipboard.
  • Go to terminal, type git clone <link>

Solve some issue

  • Add a new file
  • Update any existing file
  • Delete a file

View changes

To view changes made use git status

Staging changes

To stage any changes, use git add <filename>

View staged changes

To view the files that are staged, use git status

Commit changes

To commit changes made, use git commit -m "<message">

Push changes

  • To push changes to your forked repo, use git push origin master
  • Username : <Your_username>
  • Password : <Your_github_password>

hacktoberfest2k19's People

Contributors

dextroxd avatar dynamickey avatar saxenakartik 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.