{"id":17696354,"url":"https://github.com/aadeshkulkarni/first-issues","last_synced_at":"2025-05-05T20:54:35.487Z","repository":{"id":244706631,"uuid":"814620640","full_name":"aadeshkulkarni/first-issues","owner":"aadeshkulkarni","description":"Make your first open-source contribution.","archived":false,"fork":false,"pushed_at":"2024-11-06T05:31:05.000Z","size":497,"stargazers_count":17,"open_issues_count":4,"forks_count":16,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T23:31:39.739Z","etag":null,"topics":["cpp","go-lang","good-first-contribution","good-first-issue","hacktoberfest","java","javascript","opensource-projects","python","rust"],"latest_commit_sha":null,"homepage":"https://firstissues.dev","language":"TypeScript","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/aadeshkulkarni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2024-06-13T11:14:03.000Z","updated_at":"2024-11-24T06:28:55.000Z","dependencies_parsed_at":"2024-08-23T11:25:21.982Z","dependency_job_id":"cb37674a-7c22-4cff-8e2f-26fe7e012e99","html_url":"https://github.com/aadeshkulkarni/first-issues","commit_stats":null,"previous_names":["aadeshkulkarni/first-issues"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadeshkulkarni%2Ffirst-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadeshkulkarni%2Ffirst-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadeshkulkarni%2Ffirst-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadeshkulkarni%2Ffirst-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aadeshkulkarni","download_url":"https://codeload.github.com/aadeshkulkarni/first-issues/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252576835,"owners_count":21770720,"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":["cpp","go-lang","good-first-contribution","good-first-issue","hacktoberfest","java","javascript","opensource-projects","python","rust"],"created_at":"2024-10-24T14:44:05.832Z","updated_at":"2025-05-05T20:54:35.469Z","avatar_url":"https://github.com/aadeshkulkarni.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n\nWelcome! 👋🏼\n\n**First Issues** is an initiative to curate easy pickings from open-source projects, so developers who've never contributed to open-source can get started quickly.\n\nOpen-source maintainers are always looking to get more people involved, but new developers generally think it's challenging to become a contributor. We believe getting developers to fix super-easy issues removes the barrier for future contributions. This is why First Issue exists.\n\n## Adding a new project\n\nYou're welcome to add a new project in FirstIssues.dev, and we encourage all projects \u0026mdash; old and new, big and small.\n\nFollow these simple steps:\n\n- Our goal is to narrow down projects for new open-source contributors. To maintain the quality of projects in First Issue, please make sure your GitHub repository meets the following criteria:\n\n  - It has at least three issues with the `good first issue` label. This label is already present on all repositories by default. If not, you can follow the steps [here](https://help.github.com/en/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests).\n\n  - It has at least 10 contributors.\n\n  - It contains a README.md with detailed setup instructions for the project, and a CONTRIBUTING.md with guidelines for new contributors.\n\n  - It is actively maintained.\n\n- Add your repository's path (in lexicographic order) in [data/repos.json](data/repos.json).\n\n- Create a new pull-request. Please add the link to the issues page of the repository in the PR description. Once the pull request is merged, the changes will be live on [firstissues.dev](https://firstissues.dev).\n\n## Setting up the project locally\n\nFirstIssues is built using NextJs.\n\nTo contribute new features and changes to the website, you would want to run the app locally. Please follow these steps:\n\n1. Clone the project locally. Make sure you have Python 3 and a recent version of Node.js installed on your computer.\n\n2. Add GITHUB_TOKEN, MONGODB_URI in .env file (refer .env.local for reference)\n\n3. Build the front-end app and start the development server.\n\n```bash\n$ npm install # install the dependencies\n$ npm run dev # start the development server\n```\n\nThe app should spin up on your browser.\n\n## Seeding\n\nAfter completing the above steps, your app will be up and running. But, your database is empty. It needs to be populated. \n\n```\nGET http://localhost:3000/api/cron\n```\n\nRun this endpoint from Postman app / Browser. It will take some time. This will populate your DB with essential data to get started.\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/aadeshkulkarni/first-issues.svg?style=for-the-badge\n[contributors-url]: https://github.com/aadeshkulkarni/first-issues/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/aadeshkulkarni/first-issues.svg?style=for-the-badge\n[forks-url]: https://github.com/aadeshkulkarni/first-issues/network/members\n[stars-shield]: https://img.shields.io/github/stars/aadeshkulkarni/first-issues.svg?style=for-the-badge\n[stars-url]: https://github.com/aadeshkulkarni/first-issues/stargazers\n[issues-shield]: https://img.shields.io/github/issues/aadeshkulkarni/first-issues.svg?style=for-the-badge\n[issues-url]: https://github.com/aadeshkulkarni/first-issues/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadeshkulkarni%2Ffirst-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faadeshkulkarni%2Ffirst-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadeshkulkarni%2Ffirst-issues/lists"}