Giter Club home page Giter Club logo

hacktoberfest2k19's Introduction

Official repo for ACM HacktoberFest 2k19, PESUECC

This repo contains multiple folders, under which you will find issues and bugs. You can start working on any of the projects and create PR's for them.

HacktoberFest '19 by DigitalOcean Links to other issues tagged #hacktoberfest which you can work on

Important information

As this repo will be forked by multiple people, make sure to navigate to the "Issues" section and claim the issue/comment on it so that other people do not work on it.

How to start:

  • Fork this repository by clicking the 'Fork' button.

  • Open your fork, and click on "Clone or Download"

  • Copy the URL that shows up. You can download it as a ZIP, but it could lead to issues if you're not familiar with git.

  • Clone this repository to your local filesystem.

    git clone <Enter-your-fork's-url-here>
    

#Starting by using git:

  • Copy the link of the forked repository which is to be cloned.

  • Open git bash in the desired folder

  • type: git clone "address which was earlier copied"

  • Make the required changes which you want to do.

  • After saving it open bash again and type: git add --all

  • Then type: git commit -m "Here mention what you've done"

  • type: git push ```

  • After cloning, navigate to the issue that you resolve and start coding!

How to create a PR:

  • After saving your code, run the following commands.

     git remote add upstream https://github.com/acmpesuecc/hacktoberfest2k19.git
     git fetch upstream
     git checkout master
     git merge upstream/master
     git push  
    
  • Now your code has been successfully synced to master, and is ready to be merged.

  • Head over to this repo https://github.com/acmpesuecc/hacktoberfest2k19.git

  • Navigate to the Pull Requests tab, and create your Pull Request.

Useful Links

Additional Issues on existing projects built by the ACM team members

hacktoberfest2k19's People

Contributors

adityasinghrox avatar amit-jha-cmd avatar divyamraj18 avatar irfan-s avatar jacob3075 avatar karthiks061992 avatar kaustubhuk8 avatar manavipai avatar nithinb99 avatar sinchxn avatar sreshtha10 avatar tgspsa 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.