{"id":24777519,"url":"https://github.com/rootcircle/whytheheck","last_synced_at":"2025-08-11T14:42:46.723Z","repository":{"id":195954856,"uuid":"694025959","full_name":"rootCircle/WhyTheHeck","owner":"rootCircle","description":"Collection of some notorious snippets, which makes you say why the heck?","archived":false,"fork":false,"pushed_at":"2024-08-20T12:37:03.000Z","size":152,"stargazers_count":2,"open_issues_count":2,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T02:51:09.394Z","etag":null,"topics":["hacktoberfest","open-source"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rootCircle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-20T07:24:34.000Z","updated_at":"2024-08-20T12:37:07.000Z","dependencies_parsed_at":"2025-01-29T07:51:33.700Z","dependency_job_id":"bd2b158b-6cb1-459d-a9b3-b9111551064f","html_url":"https://github.com/rootCircle/WhyTheHeck","commit_stats":null,"previous_names":["rootcircle/whytheheck"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rootCircle/WhyTheHeck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FWhyTheHeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FWhyTheHeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FWhyTheHeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FWhyTheHeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootCircle","download_url":"https://codeload.github.com/rootCircle/WhyTheHeck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootCircle%2FWhyTheHeck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269905713,"owners_count":24494313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","open-source"],"created_at":"2025-01-29T07:51:25.699Z","updated_at":"2025-08-11T14:42:46.646Z","avatar_url":"https://github.com/rootCircle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Why The Heck\n\n## 🚀 **Welcome to the Beginner-Friendly Bug Hunt!**\n\nIf 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!\n\n## **Project Overview**\n\n### 🔍 **What's Inside?**\n\nInside this repository, you'll find code files with intentional bugs. Your mission, should you choose to accept it, is to:\n\n- 🐞 Identify and fix these bugs.\n- 📝 Explain the issues and your solutions.\n- 📚 Write clear commit messages to document your changes.\n\n🤓 While knowing a programming language is helpful, it's not required. What's essential is understanding Git and GitHub.\n\n## **Prerequisites**\n\n1. 🧑 💻 Basic understanding of Git and GitHub.\n2. 🤓 Familiarity with at least one programming language (basic knowledge is enough).\n3. 🌐 Internet connection for downloading resources.\n\n## **Contributing**\n\n### **Adding New Buggy Codes**\n\nIf you want to add more buggy code examples to this repository, follow these steps:\n\n1. 🍴 Fork the repository on GitHub.\n2. 💻 Clone your forked repository to your computer.\n\n   ```bash\n   git clone https://github.com/your-username/fossinit.git\n   ```\n\n3. 🌿 Create a new branch for your new buggy code.\n\n    ```bash\n    git checkout -b new-bug-branch\n    ```\n    \n4. ➕ Add your new buggy code files to the repository.\n5. 🛠️ Commit your changes with descriptive messages.\n\n    ```bash\n    git commit -m \"add: description of the new buggy code\"\n    ```\n\n6. 🚀 Push your changes to your forked repository.\n\n    ```bash\n    git push origin new-bug-branch\n    ```\n\n7. 🔄 Create a Pull Request (PR) on GitHub, providing details about the new buggy code and its purpose.\n\n## **Bug Reporting**\n\nIf 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.\n\n## **License**\n\nThis project is licensed under the Apache License 2.0. See the LICENSE file for details. 📜\n\n## ✨ Contributors\n\n\u003ca href=\"https://github.com/rootCircle/WhyTheHeck/graphs/contributors\"\u003e\n  \u003cimg alt=\"Grid of profile icons of the contributors\" src=\"https://contrib.rocks/image?repo=rootCircle/WhyTheHeck\" /\u003e\n\u003c/a\u003e\n\u003c!--  https://contrib.rocks --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootcircle%2Fwhytheheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootcircle%2Fwhytheheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootcircle%2Fwhytheheck/lists"}