Dext3r-Morgan / beginner-friendly

This repo is for Hacktoberfest 2024 if you are a beginner in python check for the issues opened and follow the instructions.
MIT License
0 stars 6 forks source link
hacktoberfest hacktoberfest2024

Beginner Friendly Challenges for Hacktoberfest

Welcome to the Beginner Friendly Challenges repository! This project is designed to help beginner programmers participate in Hacktoberfest by contributing simple yet valuable code snippets in various programming languages. From basic algorithms like palindrome checks to Fibonacci sequence generators, there’s something for everyone!

What is Hacktoberfest?

Hacktoberfest is a month-long celebration of open-source software. You can contribute to open-source repositories and make valuable contributions to the community. To get started, simply make four pull requests during October and earn cool swag!

To participate:

Project Scope

In this repository, you can contribute:

Feel free to add your own unique ideas for beginner-level programming!

How to Contribute

  1. Fork this repository.
  2. Clone your forked repository.
  3. Add your code under the respective language folder, or create a new folder if it doesn't exist yet.
  4. Make a pull request with your changes.
  5. Ensure your code adheres to the guidelines in CONTRIBUTING.md.

Contribution Guidelines

We welcome contributions from everyone, especially beginners! Please make sure to read and follow the CONTRIBUTING.md before submitting your pull request.

Hacktoberfest Participation

Getting Started

To get started with contributing, follow these steps:

  1. Fork the Repository: Click on the Fork button in the top right of this page to create a copy of the repository on your account.
  2. Clone the Repository: Clone your forked repository to your local machine using:
    
    git clone https://github.com/<your-username>/beginner-friendly.git
  3. Choose an Issue: Select an issue from the list of open issues that you'd like to work on.
  4. Write Your Code: Add your code in the appropriate folder or create a new folder if needed.
  5. Submit a Pull Request: Once you're done, submit a pull request for review.