{"id":18992369,"url":"https://github.com/narze/hacktoberfest_ez","last_synced_at":"2026-04-14T19:30:20.783Z","repository":{"id":56667741,"uuid":"216159109","full_name":"narze/hacktoberfest_ez","owner":"narze","description":"Easy ways to get T-Shirt","archived":false,"fork":false,"pushed_at":"2022-10-22T07:49:03.000Z","size":721,"stargazers_count":8,"open_issues_count":2,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T15:12:36.527Z","etag":null,"topics":["good-first-issue","hacktoberfest"],"latest_commit_sha":null,"homepage":null,"language":null,"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/narze.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}},"created_at":"2019-10-19T06:18:19.000Z","updated_at":"2024-01-30T06:23:56.000Z","dependencies_parsed_at":"2023-01-20T09:48:03.982Z","dependency_job_id":null,"html_url":"https://github.com/narze/hacktoberfest_ez","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/narze%2Fhacktoberfest_ez","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Fhacktoberfest_ez/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Fhacktoberfest_ez/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Fhacktoberfest_ez/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narze","download_url":"https://codeload.github.com/narze/hacktoberfest_ez/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240003749,"owners_count":19732455,"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":["good-first-issue","hacktoberfest"],"created_at":"2024-11-08T17:17:28.939Z","updated_at":"2026-04-14T19:30:20.709Z","avatar_url":"https://github.com/narze.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Read this in other languages.\n\n[Thai](README.th.md)\n\n# Hacktoberfest EZ\n\n[![PDD status](http://www.0pdd.com/svg?name=narze/hacktoberfest_ez)](http://www.0pdd.com/p?name=narze/hacktoberfest_ez)\n[![Hacktoberfest](https://img.shields.io/github/hacktoberfest/2019/narze/hacktoberfest_ez)](https://github.com/narze/hacktoberfest_ez/issues?q=is%3Aopen+is%3Aissue+label%3Ahacktoberfest)\n\nEasy ideas to start contributing on Github, get [free T-Shirts](http://hacktoberfest.digitalocean.com/) every year!\n\n## PR Ideas\n\n- Add ideas to this repo! 😂\n- Fix code formatting.\n- Fix typos. (Try searching `funcation` in Github...)\n- Translate project readme.md to local language.\n- Fix issue in open source project.\n- Explore codetriage.com.\n- Add [mini-game](https://github.com/chunza2542/noobtoberfest).\n\n## No ideas?\n\nTry contributing to this repo itself. (So meta...)\n\n- Fix typos if you see them. 👀\n- Add frontend.\n- Add more README.\n- Add tests, cli, Docker image which prints PR ideas.\n- Add to this list.\n\n## Contributing\n\n- Append the `PR Ideas` list, then open the Pull Request.\n- Or see [issues](https://github.com/narze/hacktoberfest_ez/issues) for more easy peasy tasks. Some of these issues are added from [PDD Puzzles](http://www.0pdd.com/).\n\n### Steps to open a Pull Request\n\n\u003c!-- @todo #1 We need to describe these steps with more detail to it. --\u003e\n\nFork \u003e\u003e Clone \u003e\u003e NewBranch \u003e\u003e Edit \u003e\u003e Commit \u003e\u003e Push \u003e\u003e PullRequest\n\n### Fork\n\n1. Click **Fork** button.\n   ![Alt text](images/fork-1.png)\n2. Wait until it is done.\n   ![Alt text](images/fork-2.png)\n\n### Clone\n\n1. Copy the **HTTPS** repo link.\n   ![Alt text](images/clone-1.png)\n2. Open a terminal and write a command `git clone [your repo link]`.\n   ![Alt text](images/clone-2.png)\n3. Go to hacktoberfest_ez/ folder.\n   ![Alt text](images/clone-3.png)\n\n### New Branch\n\n1. Create new branch using `git branch [branch name]`.\n   ![Alt text](images/branch-1.png)\n2. Go to that branch using `git checkout [branch name]`.\n   ![Alt text](images/branch-2.png)\n\n### Commit\n\n#### via VS Code\n\n1.  Click stage all change \u0026 write commit message.\n\n    ![Alt text](images/commit-1.png)\n    \n2.  Click Commit button.\n\n    ![Alt text](images/commit-2.png)\n\n#### via terminal\n1. Open a terminal and write a command `git add .`\n2. write a command `git commit -m [your commit message]`.\n\n### Push\n\n1. Click Sync button (bottom of vscode).\n   ![Alt text](images/push-1.png)\n\n### Pull Request\n\n1. Refresh your hacktoberfest_ez in the browser, then click \"Compare \u0026 pull Request\".\n   ![Alt text](images/pr-1.png)\n\n2. Write description pull request, then click \"Create pull request\".\n   ![Alt text](images/pr-2.png)\n3. Done!\n   ![Alt text](images/pr-3.png)\n\n## Learning\n\nGo to github.com and make an account and see tutorials on:\n\n- how to fork the project\n- how to create a repository\n- how to clone the repository\n- how to make a pull request\n\nand make your contribution towards Open Source community in Hacktoberfest.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarze%2Fhacktoberfest_ez","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarze%2Fhacktoberfest_ez","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarze%2Fhacktoberfest_ez/lists"}