rootCircle / fossinit

Axios FOSS Learning Repo for '27 batch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOSS CDN (Can't Decide Name) v0.1.0-alpha

πŸš€ Welcome to the Beginner-Friendly Bug Hunt!

If you want to improve your coding skills, you're in the right place. This is an open-source project designed for beginners to learn by doing. We've purposely added bugs to some code examples, and we're inviting you to fix them!

Project Overview

πŸ” What's Inside?

Inside this repository, you'll find code files with intentional bugs. Your mission, should you choose to accept it, is to:

  • 🐞 Identify and fix these bugs.
  • πŸ“ Explain the issues and your solutions.
  • πŸ“š Write clear commit messages to document your changes.

πŸ€“ While knowing a programming language is helpful, it's not required. What's essential is understanding Git and GitHub.

Prerequisites

  1. πŸ§‘ πŸ’» Basic understanding of Git and GitHub.
  2. πŸ€“ Familiarity with at least one programming language (basic knowledge is enough).
  3. 🌐 Internet connection for downloading resources.

Contributing

We welcome contributions from the community to help identify and fix bugs in the code. Here's how you can get involved:

For Experienced Git Users

  1. 🍴 Fork the repository on GitHub.

  2. πŸ’» Clone your forked repository to your computer.

    git clone https://github.com/your-username/fossinit.git
  3. 🌿 Create a new branch for your changes.

    git checkout -b bug-fix-branch-rollno # or any other name you like, but relevant
  4. πŸ› οΈ Make your code changes and commit them with clear messages.

    git commit -m "fix: describe what you fixed"
  5. πŸš€ Push your changes to your forked repository.

    git push origin bug-fix-branch
  6. πŸ”„ Create a Pull Request (PR) on GitHub, including a clear description of the bug and your fix.

For Contributors Not Familiar with Git CLI

  1. 🍴 Click the "Fork" button at the top right of this repository to create your own copy. (If you have already forked, ensure that you sync the repository by going to https://github.com/your-username/fossinit.git and then click on sync option present at the top)
  2. 🌐 Make your code changes directly in your forked repository using the GitHub web interface.
  3. πŸ“ Describe your changes and commit them.
  4. πŸš€ Create a Pull Request (PR) on the original repository by clicking the "New Pull Request" button.
  5. πŸ“„ Provide a clear description of the bug and your fix in the PR description.
  6. πŸ“€ Submit the PR for review.

Adding New Buggy Codes

If you want to add more buggy code examples to this repository, follow these steps:

  1. 🍴 Fork the repository on GitHub.

  2. πŸ’» Clone your forked repository to your computer.

    git clone https://github.com/your-username/fossinit.git
  3. 🌿 Create a new branch for your new buggy code.

    git checkout -b new-bug-branch
  4. βž• Add your new buggy code files to the repository.

  5. πŸ› οΈ Commit your changes with descriptive messages.

    git commit -m "add: description of the new buggy code"
  6. πŸš€ Push your changes to your forked repository.

    git push origin new-bug-branch
  7. πŸ”„ Create a Pull Request (PR) on GitHub, providing details about the new buggy code and its purpose.

This way, you can contribute by both fixing existing bugs and adding new ones for others to tackle.

Bug Reporting

If you come across a bug in the code that you can't fix or if you'd like to report a new bug, please open a new issue on GitHub. Describe the problem, including any error messages you received.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details. πŸ“œ

✨ Contributors

Grid of profile icons of the contributors

About

Axios FOSS Learning Repo for '27 batch


Languages

Language:C++ 27.1%Language:C 23.6%Language:JavaScript 21.2%Language:Java 10.0%Language:Python 8.9%Language:Shell 7.2%Language:Rust 2.1%