{"id":23039775,"url":"https://github.com/thenoumandev/hacktoberfest","last_synced_at":"2025-08-14T20:31:00.224Z","repository":{"id":46112338,"uuid":"419486684","full_name":"TheNoumanDev/Hacktoberfest","owner":"TheNoumanDev","description":"DO your First Open Soucre Contribution. ❤","archived":false,"fork":false,"pushed_at":"2022-11-07T19:15:03.000Z","size":20974,"stargazers_count":13,"open_issues_count":0,"forks_count":111,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-04-03T15:29:14.376Z","etag":null,"topics":["github","hacktoberfest","hacktoberfest-accepted","hacktoberfest2022","open-source","opensource"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheNoumanDev.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-20T20:54:19.000Z","updated_at":"2023-04-03T15:29:14.376Z","dependencies_parsed_at":"2023-01-21T04:42:32.746Z","dependency_job_id":null,"html_url":"https://github.com/TheNoumanDev/Hacktoberfest","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNoumanDev%2FHacktoberfest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNoumanDev%2FHacktoberfest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNoumanDev%2FHacktoberfest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNoumanDev%2FHacktoberfest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheNoumanDev","download_url":"https://codeload.github.com/TheNoumanDev/Hacktoberfest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229862162,"owners_count":18135888,"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","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":["github","hacktoberfest","hacktoberfest-accepted","hacktoberfest2022","open-source","opensource"],"created_at":"2024-12-15T18:37:45.403Z","updated_at":"2024-12-15T18:37:46.017Z","avatar_url":"https://github.com/TheNoumanDev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://hacktoberfest.digitalocean.com/\"\u003e\n        \u003cimg src=\"https://uno-website-assets.s3.amazonaws.com/wp-content/uploads/2022/09/28094927/Uno_HackFest22_Hero_V1-1024x395.jpg\" width=\"90%\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e Hacktoberfest 2022 🎉\u003c/h1\u003e\n\n# Note\n```py\n'''\nAlways try to make more than 4 pull requests.\nLet's assume you have made only 4 pull requests to different projects.\nbut one project is excluded from the hacktoberfest event.\nThen your pull request will not be counted and you will only have 4 valid pull requests.\nIf this happens then you will not get any swags or the t-shirts\n'''\n```\n\n### 🗣 Let's COntribute to Opensource 🔥.\n📢 **This repository aims to help beginners 🤔 with their first successful Pull Request and Open Source Contribution.**\n\n\u003cbr\u003e\n\n## ⏳ Steps to Follow : \n\n   - [X] **Register for [Hacktoberfest](https://hacktoberfest.digitalocean.com/) and get started to make your first PR.**\n   - [X] **Make 4 valid PRs during the period of (1st - 31st) October to earn cool swags.**\n\n \u003cbr\u003e\n \n## ❗ Contribution Rules :\n\n   * **You can add programs in any programming language in the related Folder, but your program must be different or unique.**\n   * **You can contribute a \"Hello World\" program as well but in its related folder as well.**\n   * **The pull requests must contain commits made by yourself.**\n   * **Repeated codes will not be merged.**\n\n \u003cbr\u003e\n \n## 🌎 Steps to contribute:\n1. (Optional) If git is not installed on your laptop/pc:\n   1. Download Git from [here](https://git-scm.com/downloads) and then Install it.\n   2. Run your Git Bash, then copy and write the following Commands to Configure your git with your Github Account. (Required)\n     ```sh\n     git config --global user.name \"your_username\"\n     ```\n   3. Then Copy and paste the following command with your Github Email and run.\n     ```sh\n     git config --global user.email \"your_email_address\"\n     ```\n   4. You are Good to go👌👍.\n2. Fork this repository by clicking on the top right corner where it is written `Fork`.\n3. Now for Cloning the repository into you PC, copy the URL in the address bar and use the following command.\n```sh\ngit clone url_you_just_copied\n```\n4. Now again open git bash in the directory you just clone the repository and execute the following commands replacing username with your GitHub username.\n```sh\ngit checkout -b username\n```\n5. Open this cloned repository in your preferred code editor. \n6. Go to the related Language Folder. Copy and paste following comments at the Top of your program and fill the information✌.\n```md\nName: Here goes your name\n\nUsername: Here goes your GitHub username\n\nFavorite Language: Here goes your fav programming language\n```\n7. Once you have done all this, commit your changes to GitHub. You can do this with the following commands. Make sure you execute them in the precise order one after another in your terminal.\n```sh\n# copy and paste the following in the terminal\ngit add .\n\n# copy and paste the following in the terminal after you have executed the previous command\ngit commit -m \"hacktoberfest contribution\"\n\n# copy and paste the following in the terminal after you have executed the previous command\ngit push -u origin your_github_username\n```\n8. Now open the forked repository on your GitHub. You will see a yellow box at the top telling you that some changes are pushed. You will also see a button called Compare \u0026 pull request. Click on it. (Note: if yellow box doesn't appear then wait for Half an hour, it will appear.)\n9. Now add a title, some description and you have opened a pull request in this repository💖.\n\n----------------------------------------------------------\n\n### \u003cp align=\"center\"\u003e Show some ❤ by hitting the ⭐ button \u003c/p\u003e\n\n----------------------------------------------------------\n\n## Awesome contributors :star_struck:\n\n\u003ca href=\"https://github.com/justEhmadSaeed/Hacktoberfest/graphs/contributorshttps\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=TheNoumanDev/Hacktoberfest\" /\u003e\n\u003c/a\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenoumandev%2Fhacktoberfest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenoumandev%2Fhacktoberfest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenoumandev%2Fhacktoberfest/lists"}