dayam8696 / Hacktoberfest2024_JH

It's time to contribute to HacktoberFest 2024 :) This repository is for beginners who want to contribution in open source Hacktoberfest 2024.
https://hacktoberfest.com/
1 stars 30 forks source link
good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest2024 open-source

Hacktoberfest 2024 🎉

Welcome to Hacktoberfest2024_JH, a beginner-friendly repository where you can contribute to open-source projects and participate in Hacktoberfest 2024!

What is Hacktoberfest? 🚀

Hacktoberfest is a month-long celebration of open-source software. Participants are encouraged to submit at least 4 pull requests (PRs) to any GitHub repositories. It's a great opportunity to learn, contribute to projects, and grow as a developer!


Contribution Guidelines 🛠️

We welcome contributions from all skill levels, whether you're a seasoned developer or a first-time open-source contributor! Follow these guidelines to make your contribution count:

  1. Fork this repository and clone it to your local machine.
  2. Browse through the folders that match the programming language or topic you're working on.
  3. Add your pull request (PR) in the appropriate folder. If the folder doesn't exist, feel free to create one according to the programming language or topic.
  4. Once you're done, create a pull request describing your changes.

Example Folder Structure:


How to Contribute?

Step # 01: Fork this repository to your GitHub Account.

Step # 02: Clone the forked repository to your local machine

git clone http-link

Step # 03: Navigate to the project directory.

cd Directory

Step # 04: Take a look at features and choose one that sparks your interest. Step # 05: Create a separate branch & make your changes in your project, whether it's code or design.

git branch -M your-name

Step # 06: Commit your changes with a clear and descriptive commit message.

git add -A
git commit -m "Your clear message"

Step # 07: Push your changes to your forked repository.

git push -u origin your-name

Step # 08: Submit a Pull Request to have your contributions reviewed and potentially merged into the main repository.

Getting Started

Follow these steps to get started with your contributions:

  1. Fork this repository to your GitHub account.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your changes.
  4. Make your contributions, whether it's updating content, improving design, or fixing issues.
  5. Commit and push your changes to your forked repository.
  6. Create a pull request to submit your contributions.

Contribution Guidelines

Please review our Contribution Guidelines before making any contributions. These guidelines provide important information about updating the website, coding standards, pull request requirements, and more.

License

This project is licensed under the MIT License - see the LICENSE file for details.