{"id":15136749,"url":"https://github.com/s-bhalode/hacktoberfest-2023","last_synced_at":"2025-05-07T19:09:38.064Z","repository":{"id":196907008,"uuid":"697444764","full_name":"s-bhalode/Hacktoberfest-2023","owner":"s-bhalode","description":"🎉 Welcome to the Hacktoberfest 2023 Celebration Repository! 🎉  Join us in contributing to open source and celebrating the spirit of Hacktoberfest! This repository is open to all skill levels, from first-time contributors to seasoned developers. Share your expertise, collaborate with others, and earn cool swag along the way!","archived":false,"fork":false,"pushed_at":"2023-11-18T17:43:58.000Z","size":8766,"stargazers_count":53,"open_issues_count":11,"forks_count":92,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T19:04:36.577Z","etag":null,"topics":["appwrite","contributions-welcome","digitalocean","first-issue","first-pull-request-and-commit","firstcontributions","git","github","hacktoberfest","hacktoberfest2023","open-source","pull-requests"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/s-bhalode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","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-27T18:37:40.000Z","updated_at":"2025-02-09T18:06:12.000Z","dependencies_parsed_at":"2023-10-10T20:04:40.375Z","dependency_job_id":"2a4cb7e9-1019-43a8-bfc5-b76b0b0c752f","html_url":"https://github.com/s-bhalode/Hacktoberfest-2023","commit_stats":null,"previous_names":["s-bhalode/hacktoberfest_starter_2k23","s-bhalode/hacktoberfest-2023"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-bhalode%2FHacktoberfest-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-bhalode%2FHacktoberfest-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-bhalode%2FHacktoberfest-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-bhalode%2FHacktoberfest-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-bhalode","download_url":"https://codeload.github.com/s-bhalode/Hacktoberfest-2023/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252940934,"owners_count":21828769,"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":["appwrite","contributions-welcome","digitalocean","first-issue","first-pull-request-and-commit","firstcontributions","git","github","hacktoberfest","hacktoberfest2023","open-source","pull-requests"],"created_at":"2024-09-26T06:41:04.202Z","updated_at":"2025-05-07T19:09:38.013Z","avatar_url":"https://github.com/s-bhalode.png","language":"HTML","readme":"# 🎃Hacktoberfest_starter_2k23 ➡ First Pull Request 🌟🌟🌟\n\n## Contribution Rules 👇👇\n🛑 You are allowed to make pull requests that break the rules. We just merge it.\u003cbr/\u003e\n🛑 Do NOT add any build steps e.g npm install (keep this as a simple static site).\u003cbr/\u003e\n🛑 Do NOT remove other content.\u003cbr/\u003e\n🛑 Add your name to the contributorsList file.\u003cbr/\u003e\n🛑 Try to keep pull requests small to minimize merge conflicts\u003cbr/\u003e\n\n## Geting Started😁😁:\n✔ Star mark this repo.\u003cbr/\u003e\n✔ Fork this repo.\u003cbr/\u003e\n✔ Clone on your local machine\u003cbr/\u003e\n```terminal\ngit clone https://github.com/s-bhalode/Hacktoberfest-2023.git\n```\n✔ Navigate to project directory.\n```terminal\ncd Hacktoberfest-2023\n```\n✔ Create a new branch \n```markdown\ngit checkout -b your-name-branch\n```\n✔ Create new readme.md file with your name at the following path\n```markdown\nconstributors/participants/yourName.md\n```\n✔ Add your details in the newly created file `contributors/participants/yourName.md`\n```markdown\nName : Your name \u003cbr/\u003e\nEmail : your email \u003cbr/\u003e\nInstitution Name : your institution name \u003cbr/\u003e\nGithub url : your username \u003cbr/\u003e\nSkills : your skills (optional) \u003cbr/\u003e\n\nAbout (short introduction)\u003cbr/\u003e\n```\n\n✔ Add your changes\n```markdown\ngit add .\n```\n✔ Commit your changes.\n```markdown\ngit commit -m \"message\"\n```\n✔ Then push \n```markdown\ngit push origin your-name-branch\n```\n\n✔ Create a new pull request from your forked repository\u003cbr/\u003e\n\n\n## Avoid Conflicts {Syncing your fork}\n\n➡ An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.   \n```terminal\ngit remote add upstream https://github.com/s-bhalode/Hacktoberfest-2023.git\n```\n\n➡ You can verify that the new remote has been added by typing\n```terminal\ngit remote -v\n```\n➡ To pull any new changes from your parent repo simply run\n```terminal\ngit merge upstream/master\n```\n\n✔ Do follow this account \u003cbr/\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-bhalode%2Fhacktoberfest-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-bhalode%2Fhacktoberfest-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-bhalode%2Fhacktoberfest-2023/lists"}