Giter Site home page Giter Site logo

sanika2103 / intro-to-hacktoberfest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shuvamlal/intro-to-hacktoberfest

0.0 0.0 0.0 218 KB

This is your starter pack for an intro to the Open Source world. Let's dive-in with the fun of Hacktoberfest'20.

JavaScript 13.69% C++ 73.67% Python 9.45% Java 3.18%

intro-to-hacktoberfest's Introduction

Intro-to-hacktoberfest

This is your starter pack for intro to Open Source world. Let's dive-in with the fun of Hacktoberfest'21.

This is your place to get started with GitHub and Hacktoberfest'21. So, let's dive in it.


What is a pull request?

Pull requests helps you to let the maintainer of the project know the changes you want to make to their project. Once a pull request (PR) is opened the project owner or the maintainers can review the changes and can merge them to their project or close the pr.

How to Create a pull request?

Here we are going to create a (pull request) pr with changes in the file.

  • Fork the repository to your GitHub account by clicking on the fork button in the upper right corner of the page.

  • Now there are two ways for making changes to the file

    Clone the project to your local environment and edit the file (recommended):

    FOR THIS YOU NEED GIT INSTALLED IN YOUR LOCAL COMPUTER

    • First of all click on the fork, top upper right button.
    • Click on "Clone or download" button in your forked repositories page.
    • Copy the web url.
    • Run git clone CopiedWeburl in the terminal of your local computer. After cloning is done move inside the cloned folder.
    • Go to that folder.
    • Type your name, email and write into the file and save it.
    • In the terminal run

      git add .
      git commit -m "Your Commit message"
      git push origin master

    • Now return to the forked repository in GitHub in your browser and click on "New pull request" Button.
    • Type unique_title_name as the title of the pr and your name and email in the description box.
    • Click on "Create pull request" button and you are done!

    Want to learn more about Git? Follow our Git Cheatsheet

    Make change to the file on the GitHub site (easier):

    • In the forked repository go to file and click on the pencil icon to edit it.
    • Type your text inside it and write some approprate commit messages then click on "Commit changes".
    • Now click on "New pull request" button.
    • Type unique_title_name as the title of the pr and your name and email in the description box.
    • Click on "Create pull request" button and you are done!

Starting Contributors List for all the Open Source Enthusiasts.

  • In the CONTRIBUTING.md, write your name along with the year in which you participated.

intro-to-hacktoberfest's People

Contributors

shuvamlal avatar sauravlal15 avatar rohitsaw avatar priya-1998 avatar imadi04 avatar saanjh avatar anmolrishi avatar sonali-behera avatar yashaggarwal03 avatar chandankrsahu avatar kumarlokesh15 avatar priyamdas009 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.