{"id":13701080,"url":"https://github.com/AliceWonderland/hacktoberfest","last_synced_at":"2025-05-04T20:32:09.039Z","repository":{"id":25687991,"uuid":"105825987","full_name":"AliceWonderland/hacktoberfest","owner":"AliceWonderland","description":"Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest","archived":false,"fork":false,"pushed_at":"2024-07-09T23:35:59.000Z","size":2490,"stargazers_count":1184,"open_issues_count":7856,"forks_count":8575,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-11-11T08:23:56.792Z","etag":null,"topics":["easy-to-use","first-timers","hacktoberfest","javascript","markdown"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AliceWonderland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-10-04T22:34:49.000Z","updated_at":"2024-11-07T10:24:15.000Z","dependencies_parsed_at":"2024-10-29T10:47:28.826Z","dependency_job_id":null,"html_url":"https://github.com/AliceWonderland/hacktoberfest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliceWonderland%2Fhacktoberfest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliceWonderland%2Fhacktoberfest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliceWonderland%2Fhacktoberfest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliceWonderland%2Fhacktoberfest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliceWonderland","download_url":"https://codeload.github.com/AliceWonderland/hacktoberfest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224409910,"owners_count":17306379,"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":["easy-to-use","first-timers","hacktoberfest","javascript","markdown"],"created_at":"2024-08-02T20:01:16.734Z","updated_at":"2024-11-13T07:30:37.350Z","avatar_url":"https://github.com/AliceWonderland.png","language":"HTML","readme":"# 🎃 HacktoberFest Starter Project 🎃\n\n** __Oct 24th, 2017 Update:__ THIS REPO IS TEMPORARILY __NOT MERGING NEW PRs__ until the CONTRIBUTORS.md file is sorted! Thanks for your patience! **\n\nUse this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!\n\nCelebrate [Hacktoberfest](https://hacktoberfest.digitalocean.com/) by getting involved in the open source community by completing some simple tasks in this project.\n\nThis repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.\n\n[https://alicewonderland.github.io/hacktoberfest/](https://alicewonderland.github.io/hacktoberfest/)\n\n## What is Hacktoberfest?\nA month-long celebration from October 1st - 31st sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest) to get people involved in [Open Source](https://github.com/open-source). Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.\n\n[https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/)\n\n## How to contribute to this project\nHere are 3 quick and painless ways to contribute to this project:\n\n* Add your name to the `CONTRIBUTORS.md` file\n* Add a profile page to the `profiles` directory\n* Create a simple \"Hello, World\" script in a language of your choice\n\nChoose one or all 3, make a pull request for your work and wait for it to be merged!\n\n## Getting started\n* Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)\n* Clone your fork down to your local machine\n\n```markdown\ngit clone https://github.com/your-username/hacktoberfest.git\n```\n\n* Create a branch\n\n```markdown\ngit checkout -b branch-name\n```\n\n* Make your changes (choose from any task below)\n* Commit and push\n\n```markdown\ngit add .\ngit commit -m 'Commit message'\ngit push origin branch-name\n```\n\n* Create a new pull request from your forked repository (Click the `New Pull Request` button located at the top of your repo)\n* Wait for your PR review and merge approval!\n* __Star this repository__ if you had fun!\n\n## Choose from these tasks\n### 1. Add your name\nAdd your name to the `CONTRIBUTORS.md` file using the below convention:\n\n```markdown\n#### Name: [YOUR NAME](GitHub link)\n- Place: City, State, Country\n- Bio: Who are you?\n- GitHub: [GitHub account name](GitHub link)\n```\n\n### 2. Add a profile page\nAdd a `Your_Name.md` file to the `profiles` directory. Use any combination of content and Markdown you'd like. Here is an example:\n\n```markdown\n# Your Name\n\n### Location\n\nYour City/Country\n\n### Academics\n\nYour School\n\n### Interests\n\n- Some Things You Like\n\n### Development\n\n- Inventor of the My Pillow\n\n### Projects\n\n- [My Project](GitHub Link) Short Description\n\n### Profile Link\n\n[Your Name](GitHub Link)\n```\n\n### 3. Create a `Hello, World!` Script\nAdd a `hello_world_yourusername.xx` script to the `scripts` directory in any language of your choice! Here is an example:\n\n```Javascript\n// LANGUAGE: Javascript\n// ENV: Node.js\n// AUTHOR: Alice Chuang\n// GITHUB: https://github.com/AliceWonderland\n\nconsole.log('Hello, World!');\n```\n\nName the file `hello_world_yourusername.xx`. e.g., `hello_world_alicewonderland.js` or `hello_world_alicewonderland.py`.\n\nDon't forget to include the comments as seen above. Feel free to include additional information about the language you choose in your comments too! Like a link to a helpful introduction or tutorial. \n\nHere is my `hello_world` example: [hello_world_alicewonderland.js](https://github.com/AliceWonderland/hacktoberfest/blob/master/scripts/hello_world_alicewonderland.js)\n\n## BONUS!\n* See profiles submitted by fellow coders from around the globe ... from Kathmandu to Copenhagen.\n* Discover some obscure to new and trending languages ... from BrainFuck to Groovy.\n* Check out some very creative ways to print out a \"Hello, World!\" string.\n\n## Reference links\nHere is a great tutorial for creating your first pull request by [Roshan Jossey](https://github.com/Roshanjossey):\n[https://github.com/Roshanjossey/first-contributions](https://github.com/Roshanjossey/first-contributions)\n\nManaging your Forked Repo: [https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/)\n\nSyncing a Fork: [https://help.github.com/articles/syncing-a-fork/](https://help.github.com/articles/syncing-a-fork/)\n\nKeep Your Fork Synced: [https://gist.github.com/CristinaSolana/1885435](https://gist.github.com/CristinaSolana/1885435)\n\nCheckout this list for README examples - Awesome README [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nGithub-Flavored Markdown [https://guides.github.com/features/mastering-markdown/](https://guides.github.com/features/mastering-markdown/)\n\n## Additional references added by contributors\nGitHub license explained [https://choosealicense.com](https://choosealicense.com)\n","funding_links":[],"categories":["HTML","Repositories Supporting First-Timers"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAliceWonderland%2Fhacktoberfest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAliceWonderland%2Fhacktoberfest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAliceWonderland%2Fhacktoberfest/lists"}