avinash-vk / hacktoberfest2k19

ACMPESU ECC repository for the HacktoberFest 2k19 Event, held on 19th October, 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ACMPESU ECC repository for the HacktoberFest 2k19 Event, held on 19th October, 2019


Languages

Language:Python 42.5%Language:HTML 32.9%Language:JavaScript 8.7%Language:CSS 6.3%Language:C 5.1%Language:Java 4.4%