Skip to content

dipu-s-repo68/hacktoberfest2024_second.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacktoberfest2024_second.github.io

Welcome to Hacktoberfest 2024 🎃

A newbie? A seasoned coder? This is a beginner-friendly repository made specifically for open-source beginners. Whether you just started on your coding journey, are ready to develop your skills or want to show off your proficiency in many languages, feel free to do so! Add any program under any language (it can be anything from a simple program to a complex data structure algorithm). Happy coding...

Contents

What is HacktoberFest?

HacktoberFest is a month-long program where people with an interest in contributing to open-source events showcase their skills, help improve projects and learn from many other users.

How you can contribute to this repo

We would love to see you contribute to this awesome community!

Steps to contribute

  1. Fork this repository:

    • Click the Fork button in the top right corner of this page.
    • Now you have your very own copy of this repo!
  2. Clone the repository to your local machine:

    git clone https://github.com/your-username/HactoberFestContribution2024.git
    cd HactoberFestContribution2024
  3. Create a new branch:

    git checkout -b <your branch name>
  4. Add your project:

    • Create your folder and add files there.
  5. Commit your changes:

    git add .
    git commit -m "My submission"
  6. Push to GitHub:

    git push origin my-new-branch
  7. Submit a Pull Request (PR):

    • Go to your forked repository on GitHub.
    • Click on the Compare & pull request button.
    • Introduce your project and submit a PR!

Some helpful resources

Contribution Guidelines

  • Do not send spammy PRs
  • Be respectful
  • Do not delete any other user's submission
  • Lastly, have fun!

We can't wait to see your submissions!!