Skip to content

This repository is created for Hacktoberfest 2022

Notifications You must be signed in to change notification settings

FOCUS-OEUVRE/HacktoberFest-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Hello Welcome Developers!

What is Hacktoberfest?

Every year in October, an open source event called Hacktoberfest inspires individuals all over the world to actively engage in and contribute to open source projects that are hosted on GitHub and GitLab. By taking part in this event, you may receive a free GitHub swag pack. You must submit 4 pull requests in order to receive that awesome swag pack.

In this repo you can find 10 issues that I have opened. You can pick an issue and complete it, but there is twist. You have to select a language from the list below to complete the issue.

Language list

  • C
  • C++
  • C#
  • Java
  • JS
  • Python

  • There are six different folders for each language. You have to create a new folder from your name and the issue number (Ishan-01) inside your prefered language folder and inside your folder you can add your solution for your task. When you commiting your changes/solution to the github create a new branch from your folder name (Ishan-01)

    Let's begin

    1. Complete the registartion over https://hacktoberfest.com/
    2. Fork this repository.
    3. Clone on your local machine.

    HTTPS

    git clone https://github.com/<your github username>/HacktoberFest-2022.git

    SSH

    [email protected]:<your github username>/HacktoberFest-2022.git
    1. Navigate to the project directory.
    cd HacktoberFest-2022
    1. Create a new branch.
    git checkout -b my-new-branch
    1. Add your contribution.
    git add .
    1. Commit your changes.
    git commit -m "Relevant message"
    1. Push your changes.
    git push origin my-new-branch
    1. Create a new pull request from your forked repository.

    2. Congratulations 🎉 you just made a pull request!

    Please be advise: After you completed your task don't close the issue

    About

    This repository is created for Hacktoberfest 2022

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • Python 36.2%
    • HTML 17.2%
    • C++ 11.7%
    • Java 9.8%
    • CSS 9.5%
    • C# 7.8%
    • Other 7.8%