GithubHelp home page GithubHelp logo

rajat009-ra1 / hacktoberfest-projects-2021 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dsc-galgotias/hacktoberfest-projects-2021

0.0 0.0 0.0 23.37 MB

HTML 59.41% JavaScript 5.07% CSS 14.43% Kotlin 0.38% Swift 1.22% Objective-C 0.11% Dart 15.49% Python 3.88%

hacktoberfest-projects-2021's Introduction

This project aims to simplify and guide the way beginners make their first contribution to open source . If you are looking to make your first contribution. This repository is the right place to start.

Prerequisites:

  • Install git in your machine.
  • Have basic command line experiance.

Follow the given steps

  1. Fork this repository Click the button on top right corner labelled fork.

  2. Clone this repository using the link into your local machine. On the forked repo click the green button labelled code and copy the https url. Once it is copied open the terminal/cmd and type in the following code

     git clone "http url you just copied"
    
  3. Going to the required project directory

     cd HacktoberFest-Projects-2021
    
  4. Create a branch The best practise is to create another branch work on it and finally merge it . So after changing to project directory ,to creata new branch type in the foll code.

     git checkout -b your_new_branch_name
    

    for example :

    git checkout -b branch-2
    
  5. Add the necessary contribution and commit those contributions. After making the changes type in the below command this command will let you know which files have been modified.

     git clone 
    

    Add those changes to the branch you just created using the below command.

    git add .
    

    Now commit those changes using the below command:

    git commiit -m "The changes that you done must be mentioned here"
    
  1. Push changes to github Push your changes using the below command:

    git push origin branch_name
    

    replace branch_name with the name of the branch you created earlier.

    For example:

    git push origin branch-2
    
  2. Submit your changes for review If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button. Then if you want to mention anything about the changes type it in and finally submit the pull request.

Rules and Regulations

  1. Pull requests can be submitted to any opted-in repository on GitHub or GitLab

  2. The pull request must contain commits you made yourself.

  3. If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.

  4. If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.

Examples of Low Quailty Contributions

  • Pull requests that are automated e.g. scripted opening pull requests to remove whitespace / fix typos / optimize images.

  • Pull requests that are disruptive e.g. taking someone else's branch/commits and making a pull request.

  • Pull requests that are regarded by a project maintainer as a hindrance vs. helping.

  • Something that's clearly an attempt to simply +1 your pull request count for October.

  • Last but not least, one pull request to fix a typo is fine, but 5 pull requests to remove a stray whitespace is not.

hacktoberfest-projects-2021's People

Contributors

aashimawadhwa avatar abhianand0110 avatar ashvathnarayanan avatar devdeadviz avatar iyakiwan avatar jibendu007 avatar noman2002 avatar rohan26062001 avatar sonukumarkeshri4 avatar umanggoel2001 avatar vimalshetty07 avatar wjeevika 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.